Skip to content
/ txetnoc Public

A backwards context that's done when any of its children contexts are done

License

Notifications You must be signed in to change notification settings

inkel/txetnoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txetnoc - An inverse Go context

This package implements a context that is Done when the first of its children Done channel is closed. When that happens it also propagates the Err from the child.

Why

Because I wanted to experiment to see how hard would it be to implement something like this.

About

A backwards context that's done when any of its children contexts are done

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published