Docs.rs
future-utils-0.12.1
future-utils 0.12.1
Permalink
Docs.rs crate page
GPL-2.0
18 June 2026
Links
Repository
crates.io
Source
Owners
canndrew
povilasb
Dependencies
bytes ^0.4
normal
futures ~0.1.15
normal
log ~0.3.8
normal
tokio ^0.1.7
normal
unwrap ^1.1
normal
void ^1
normal
Versions
58.46%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
unbounded
future_
utils
0.12.1
In future_
utils::
mpsc
future_utils
::
mpsc
Function
unbounded
Copy item path
Source
pub fn unbounded<T>() -> (
UnboundedSender
<T>,
UnboundedReceiver
<T>)