Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 299 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 299 Bytes

go-cancelContext

CancelContext and LinkedCancelCtx inspired by .Net

NewLinkedCancelCtx() creates a new context that links with multiple parents. When any parent is done, the new context is canceled automatically.

This package makes use of internal go library, so that it is simple and efficient.