Details
-
Task
-
Status: Closed
-
Minor - P4
-
Resolution: Won't Do
-
None
-
None
-
None
-
Not Needed
Description
The context package is now standard in Go1.7 and includes cancellation support - similar to what tomb provides. It would be nice to refactor the codebase to utilize that package instead of tomb. See https://blog.golang.org/context for more.