Skip to content

lordpixel23/recoil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

recoil

A collection of Java utility code

ThreadLocalExecutor – many applications use ThreadLocals for contextual state. Sometimes you want that state to follow work as it moves between Threads. For the simplest cases InheritableThreadLocal will get the job done. However, if your application uses an ExecutorService thread pool rather than creating its own threads, this utility can help by making sure your key ThreadLocals are set when Runnable and Callable tasks execute in the thread pool.

About

A collection of Java utility code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages