Skip to content

lytics/toolbucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolbucket

A selection of small Go tool kits for anyone to use.

tools kits:

This is a waitgroup which supports timing/canceling out via a context.

Note this code is Experimental and not production ready

The primary use-case for this package would be to maintain order in a stream of events, but in an intermediate stage have some processing done in parallel. For example, while processing from a queue one may want to unmarshal in parallel but then write the records to a database in order.

About

A selection of small Go tool kits for anyone to use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages