Examples using... context.WithTimeout()

Recent
Package sql provides a generic interface around SQL (or SQL-like) databases.
PingContext verifies a connection to the database is still alive, establishing a connection if necessary.
This example passes a context with a timeout to tell a blocking function that it should abandon its work after the timeout elapses.