Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 258 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 258 Bytes

AsyncIntentService

An implementation of android.app.Service that, like IntentService, handles background work in a separate thread and finished when all work is completed. But unlike IntentService, each Intent is handled asynchronously.