multishot 0.2.0

An async, lock-free, reusable channel for sending single values to asynchronous tasks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dev-dependencies.executor]
version = "0.8"

[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.\n"
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"
resolver = "2"
rust-version = "1.56"
version = "0.2.0"
[target."cfg(multishot_loom)".dependencies.loom]
version = "0.5"