Closed stevvooe closed 8 years ago
After some analysis of stdlib, we found that time.After is sufficient to avoid leaking a goroutine. This is because the send on the time channel is actaully non-blocking.
Signed-off-by: Stephen J Day stephen.day@docker.com
cc @aaronlehmann
LGTM
Would merge this if I had write access.
@aaronlehmann Flex your new found power!
After some analysis of stdlib, we found that time.After is sufficient to avoid leaking a goroutine. This is because the send on the time channel is actaully non-blocking.
Signed-off-by: Stephen J Day stephen.day@docker.com
cc @aaronlehmann