alexgrigoras / thread_pool_executor

Thread pool executor implementation in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 98.9%Language:HTML 1.1%