Docs.rs
rskit-stream-0.2.0-alpha.5
rskit-stream 0.2.0-alpha.5
Permalink
Docs.rs crate page
MIT
20 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
kbukum
Dependencies
async-stream ^0.3
normal
futures ^0.3
normal
futures-util ^0.3
normal
parking_lot ^0.12
normal
rskit-errors ^0.2.0-alpha.1
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
tokio ^1
dev
Versions
100%
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
Module concurrent
rskit_
stream
0.2.0-alpha.5
Module concurrent
Module Items
Functions
In rskit_
stream::
operators
rskit_stream
::
operators
Module
concurrent
Copy item path
Source
Expand description
Concurrent processing operators:
rparallel
and
rfan_out
.
Functions
ยง
fan_out
Apply multiple functions to the same item concurrently, collecting results.
parallel
Process up to
concurrency
items concurrently.