executor-service 0.1.0

A fast and efficient Thread Pool like Java ExecutorService
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
crate-type = ["rlib"]
name = "executor_service"
path = "src/lib.rs"

[package]
categories = ["concurrency"]
description = "A fast and efficient Thread Pool like Java ExecutorService"
edition = "2021"
homepage = "https://github.com/yerlibilgin/executor-service"
keywords = ["concurrency", "thread", "threadpool", "executor", "ExecutorService"]
license-file = "LICENSE"
name = "executor-service"
repository = "https://github.com/yerlibilgin/executor-service"
version = "0.1.0"