executor-service 0.2.1

A fast and efficient Thread Pool like Java ExecutorService
Documentation
1
2
3
4
5
6
7
8
9
10
# executor-service

![cargo_build_workflow](https://github.com/yerlibilgin/executor-service/actions/workflows/cargobuild.yml/badge.svg)
![cargo_publish_workflow](https://github.com/yerlibilgin/executor-service/actions/workflows/cargopublish.yml/badge.svg)


A Java ExecutorService style thread pool implementation for Rust.