flowync 2.0.0

A simple utility for multithreading a/synchronization
Documentation
[dependencies.usync]
optional = true
version = "0.1"
[dev-dependencies.tokio]
features = ["full"]
version = "1"

[features]
default = []
use-usync = ["usync"]

[package]
authors = ["Ar37-rs <adyaro37@gmail.com>"]
description = "A simple utility for multithreading a/synchronization"
documentation = "https://docs.rs/flowync"
edition = "2021"
keywords = ["async", "sync", "std", "multi-thread", "non-blocking"]
license = "MIT OR Apache-2.0"
name = "flowync"
readme = "README.md"
repository = "https://github.com/Ar37-rs/flowync"
resolver = "2"
version = "2.0.0"