3 unstable releases
| 0.2.1 | Feb 4, 2023 |
|---|---|
| 0.2.0 | Feb 4, 2023 |
| 0.1.0 | Jan 31, 2023 |
#1761 in Concurrency
18KB
408 lines
A tiny easy to use helper that makes function calls through threads/ tasks easier with tokio channels
For an example check cargo run --example simple at examples/simple.rs
Phonecall
A small tokio based library that makes async function calls through tasks and threads safe and simple.
How to use
A simple example is available in the examples directory.
Dependencies
~2.5–5.5MB
~74K SLoC