conman 0.1.5

Concurrency Manager and work item queue in pure safe rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "conman"
version = "0.1.5"
authors = ["Ian Knowles <studio@ianknowles.com>"]
edition = "2018"
description = "Concurrency Manager and work item queue in pure safe rust"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ikcore/IK.Rs.Conman.git"
homepage = "https://github.com/ikcore/IK.Rs.Conman"
readme = "README.md"

[dependencies]