Registry / networking / aptos-channel

aptos-channel

JSON →
libraryrscratesunverified

An implementation of a channel with configurable Quality of Service (QoS) for the Aptos blockchain.

# Cargo.toml [dependencies] aptos-channel = "latest"
INSTALL
IMPORT
SIG · APTOS-CHANNEL
A
aptos-channel
networkingrust
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.

Sender
use aptos_channel::Sender;

Create a channel with capacity 10 and send a message.

use aptos_channel::aptos_channel; fn main() { let (tx, rx) = aptos_channel::new(10); tx.push(1).unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
38
Resources
aptos-channel — cargo add aptos-channel · libregistry