phonecall 0.2.1

A tiny easy to use helper that makes function calls through threads/ tasks easier with tokio channels
Documentation
1
2
3
4
5
6
7
8
9
# Phonecall


A small tokio based library that makes async function calls through tasks and threads safe and simple.

[On crates.io](https://crates.io/crates/phonecall)


## How to use

A simple example is available in the [examples directory](https://github.com/Dewyer/phonecall/blob/main/examples/simple.rs).