poolter 0.1.0

Thread Pool implementation for Rust using JavaScript Promise like functional syntax
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
num_cpus = "1.0"

[package]
authors = ["Tigran Bayburtsyan <tigran@bayburtsyan.com>"]
description = """
    Thread Pool implementation for Rust using JavaScript Promise like functional syntax
"""
documentation = "https://github.com/tigranbs/poolter"
homepage = "https://github.com/tigranbs/poolter"
keywords = ["thread-pool", "thread", "concurrency"]
license = "MIT"
name = "poolter"
version = "0.1.0"