Thanks. I was fairly certain that's what it meant.
Wasting more time, the pedant in me argues - but
"Left as an exercise for the reader" generally implies it's a solved
problem and the reader is to take time to re-solve to hone their skills.
On Friday, 23 February 2018 00:50:24 UTC,
On Thu, Feb 22, 2018 at 1:50 PM, Sridhar wrote:
>
> In https://golang.org/src/net/http/server.go the documentation for
> shutdownPollInterval (admittedly unexported) reads:
>
> // Ideally we could find a solution that doesn't involve polling,
>
> // but which also doesn't have a high runtime cost
In https://golang.org/src/net/http/server.go the documentation for
shutdownPollInterval (admittedly unexported) reads:
// Ideally we could find a solution that doesn't involve polling,
// but which also doesn't have a high runtime cost (and doesn't
// involve any contentious mutexes), but that