Android Async

General

Category
Free
Tag
Background Processing
License
N/A
Registered
Jul 5, 2014
Favorites
0
Link
https://bitbucket.org/hal/android-async
See also
AsyncAwait
android-promise
Tasker
Sync
TeaSpoon

Additional

Badge
Generate

This is a small library to help with running long running tasks without blocking the thread they're started on. Callbacks are made on completion. The role it fills is similar to AsyncTask, except more flexible, and nicer to use.

Standard Java concurrency tools like Futures, Executors, Callables, etc are used.