Skip to content

andrewjsaid/ConcurrentPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrent Patterns

A library intended to abstract away common patterns In async code while maintaining good performance.

AsyncPoller

Schedule a repeatable task with a regular interval between runs.

AsyncJob

A callback which will run unless actively delayed or executed immediately.

AsyncTaskQueue

A dumbed down producer-consumer pattern.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages