Skip to content

ejiro/ThreadControl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

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

No packages published