Registry / async / re-smart-channel

re-smart-channel

JSON →
library0.27.3rscratesunverified

A channel that keeps track of latency and queue length.

# Cargo.toml [dependencies] re_smart_channel = "0.27.3"
INSTALL
IMPORT
SIG · RE-SMART-CHANNEL
R
re-smart-channel
asyncrustv0.27.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SmartChannel
use re_smart_channel::SmartChannel;

Create a smart channel, send and receive a value.

use re_smart_channel::smart_channel; fn main() { let (sender, receiver) = smart_channel::<i32>("test", 100); sender.send(42).unwrap(); let val = receiver.recv().unwrap(); println!("Received: {}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.27.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
re-smart-channel — cargo add re-smart-channel · libregistry