/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.joeshaw.org
| | karthikkaranth.me
2.4 parsecs away

Travel
| | An overview on how functions can implement interfaces in go
| | pauladamsmith.com
1.7 parsecs away

Travel
| | This is a simple and easily generalizable way to put an upper-bound on the maximum number of simultaneous clients to a Go net/http server or handler. The idea is to use a counting semaphore, modeled with a buffered channel, to cause new clients to...
| | matttproud.com
2.1 parsecs away

Travel
| | Pop quiz, hot shot: what is the behavior of func f (as defined below) when it is called from a bare gRPC method or HTTP handler as go f(ctx) using the context.Context provided to the handler?1 1 2 3 4 5 6 7 8 9 10 11 func f(ctx context.Context) { // Flimsily make it improbable for this function to continue while the // handler is serving. time.Sleep(time.Second) select { case <-time.
| | danielms.site
10.7 parsecs away

Travel
| I build things and drink coffee.