flowync 4.0.2

A simple utility for multithreading a/synchronization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "flowync"
version = "4.0.2"
authors = ["Ar37-rs <adyaro37@gmail.com>"]
edition = "2021"
description = "A simple utility for multithreading a/synchronization"
documentation = "https://docs.rs/flowync"
readme = "README.md"
keywords = ["async", "sync", "std", "multi-thread", "non-blocking"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ar37-rs/flowync"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
tokio = { version = "1", features = ["full"] }