Docs.rs
pi_async_buffer-0.8.0
pi_async_buffer 0.8.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
zuon
vmosone007
Dependencies
bytes ~1.10
normal
crossbeam-queue ^0.3
normal
futures ^0.3
normal
pi-async-rt ^0.2
normal
pi_async_file ^0.7
dev
Versions
94.2%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
pi_
async_
buffer
0.8.0
In pi_
async_
buffer::
async_
pipeline
pi_async_buffer
::
async_pipeline
Function
channel
Copy item path
Source
pub fn channel<T>(capacity:
usize
) -> (
PipeSender
<T>,
PipeReceiver
<T>)
Expand description
创建一对指定容量的异步通道