You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Task runner, thread pools, multi-producer, multi-consumer queues, oh my! This is a crate with helpers for building concurrent software easily and safely."
readme = "./README.md"
repository = "https://github.com/crhino/transit"
keywords = ["concurrency", "threads"]
license = "BSD-3-Clause"
[dependencies]
canal = { version = ">=0.1.2", features = ["nightly"] }