This may not be entirely applicable to your use case, but you may find the 
following Go proposal for Monotonic Time to be an interesting read.

https://github.com/golang/proposal/blob/master/design/12914-monotonic.md

--
Kevin Powick

On Wednesday, 5 April 2017 07:29:40 UTC-5, te...@segment.com wrote:
>
> What guarantees do Golang's timers (e.g. time.After, time.Sleep) provide? 
> If you're using *lots* of timers concurrently, what (if anything) could 
> cause them to misbehave (e.g. delay)? What are they bottlenecked by?
>
> Just curious. Thanks!
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to