conducer 0.1.2

Producer/Consumer shared state with async waker-based notification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "conducer"
description = "Producer/Consumer shared state with async waker-based notification"
authors = ["Luke Curley"]
repository = "https://github.com/kixelated/conducer"
license = "MIT OR Apache-2.0"

version = "0.1.2"
edition = "2024"

keywords = ["async", "producer", "consumer", "state", "sync"]
categories = ["asynchronous", "concurrency"]

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"