# 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).