AWEX (Android Work EXecutor) is a thread pool to execute tasks that uses Promises to deliver results. Promises that can be cancelled, can be combined or even can process collections in parallel automatically. But Awex is even more than a simple thread pool, is a framework that let you customize the policy that governs the pool, so you could implement quite specific behaviors that better solve your problem.
Stars
40
Forks
6
Watchers
40
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
47
commits
5
commits
fixed sequentiallyUntilFirstDone and added tests
60cc241View on GitHub#5 Added support for choosing the priority of working threads, letting the app choose how to setup threads priority in the particular system.
2861826View on GitHub