/awex

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.

Primary LanguageJavaApache License 2.0Apache-2.0

Stargazers