-
Notifications
You must be signed in to change notification settings - Fork 5
bibhas2/ThreadControl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The AsyncTask mechanism in Android provides cancellation semantics but no way to pause and resume background work. The ThreadControl class shown in this project is precisely meant for that. It gives a simple way for the main GUI thread to control all background threads. The main thread can pause, resume and cancel work.
About
ThreadControl class add puase, resume and cancel semantics to Java threads.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published