Letractively / android-beryl

Automatically exported from code.google.com/p/android-beryl
MIT License
0 stars 0 forks source link

Asynchronous Job Queue #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Need a job queue that has the following properties.
- Mergable Jobs
- Composite Jobs
- Pause/Resume
- Kill
- Parcelable (IPC through process boundary)
- Abandonable
-- Have a template for jobs that are Weakly Referenced to a Context. (Loading 
against an Activity)

This is required for the caching api stuff.

Original issue reported on code.google.com by futonred...@gmail.com on 24 Apr 2011 at 1:56

GoogleCodeExporter commented 8 years ago

Original comment by jerem...@gmail.com on 30 Apr 2011 at 3:59

GoogleCodeExporter commented 8 years ago
Probably not needed. Use Executors instead.

Original comment by jerem...@gmail.com on 22 Jan 2012 at 11:47

GoogleCodeExporter commented 8 years ago

Original comment by jerem...@gmail.com on 22 Jan 2012 at 11:47