Skip to content

szmcdull/go-cancelContext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CancelContext and LinkedCancelCtx inspired by .Net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages