Crates.io | phonecall |
lib.rs | phonecall |
version | 0.2.1 |
source | src |
created_at | 2023-01-31 00:53:14.346227 |
updated_at | 2023-02-04 13:16:38.009385 |
description | A tiny easy to use helper that makes function calls through threads/ tasks easier with tokio channels |
homepage | |
repository | https://github.com/Dewyer/phonecall |
max_upload_size | |
id | 772260 |
size | 40,561 |
A small tokio based library that makes async function calls through tasks and threads safe and simple.
A simple example is available in the examples directory.