Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Thread Pool Executor

Description

Thread pool executor implementation, similar to the one present in Java platform: java.util.concurrent.ThreadPoolExecutor.

Implementation

The application is built using Java. The component will accept for execution tasks of type java.lang.Runnable. The input parameters are:

  • int corePoolSize
  • int maximumPoolSize
  • int keepAliveTime (resolution = 1 second)
  • int queueSize

License

The application is licensed under the MIT license.

About

Thread pool executor implementation in Java

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages