Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 430 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 430 Bytes

Process Pool

This project is an implementation of the standard Java ExecutorService interface (actually guava's ListeningExecutorService) which uses seperate JVM processes rather than threads to execute tasks.