Docs.rs
cognis-core-0.3.1
cognis-core 0.3.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
0xvasanth
Dependencies
async-trait ^0.1
normal
futures ^0.3
normal
num_cpus ^1
normal
pin-project-lite ^0.2
normal
schemars ^0.8
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
uuid ^1
normal
tokio ^1
dev
uuid ^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 parallel
cognis_
core
0.3.1
Module parallel
Module Items
Structs
In cognis_
core::
compose
cognis_core
::
compose
Module
parallel
Copy item path
Source
Expand description
Parallel fan-out: invoke multiple runnables on the same input.
Structs
ยง
Parallel
Runs multiple runnables concurrently on a shared input and returns their outputs keyed by name.