Skip to content

Handy API to manipulate thread's executions. It provides a lightweight and safe way to pause or cancel a thread's execution using the Runnable itself where the actual process is implemented. The idea is to mark the safe spots of your process with a method call.

License

Notifications You must be signed in to change notification settings

bogdanudrescu/SimpleThreadsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleThreadsAPI

Handy API to manipulate thread's executions.

About

Handy API to manipulate thread's executions. It provides a lightweight and safe way to pause or cancel a thread's execution using the Runnable itself where the actual process is implemented. The idea is to mark the safe spots of your process with a method call.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages