Crates.io | abs_art |
lib.rs | abs_art |
version | 0.1.0 |
source | src |
created_at | 2024-10-09 12:08:08.035064 |
updated_at | 2024-10-09 12:08:08.035064 |
description | ABStraction of Asynchronous RunTime |
homepage | https://github.com/ljsnogard/abs_art |
repository | |
max_upload_size | |
id | 1402323 |
size | 28,914 |
ABStraction of Asynchronous RunTime.
This crates abstracts common APIs, like JoinHandle
from tokio
, async-std
and smol
so that users can write codes across these runtimes with little overhead.