Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

brianm/gather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gather is a micro-framework for gathering results from concurrent requests.

Whenever a value is provided to the Gather, it will attempt to match the highest priority candidates. If any
are satisfied, the gather completes and invokes that candidate. If no top-priority candidate is matched before
the timeout, then it works is way down the priorities until a candidate is matched. If no candidate is matched it
completes with a TimeOutException.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages