[dev-dependencies.pollster]
version = "0.3"
[package]
authors = ["Serge Barral <serge.barral@asynchronics.com>"]
categories = ["asynchronous", "concurrency"]
description = """
An async, lock-free, reusable channel for sending single values to asynchronous tasks.
"""
edition = "2021"
keywords = ["async", "channel", "oneshot", "reusable", "futures"]
license = "MIT OR Apache-2.0"
name = "multishot"
readme = "README.md"
repository = "https://github.com/asynchronics/multishot"
rust-version = "1.56"
version = "0.3.2"
[target."cfg(multishot_loom)".dependencies.loom]
version = "0.5"