Crates.io | patchable-async-sleep |
lib.rs | patchable-async-sleep |
version | 0.1.0 |
source | src |
created_at | 2024-09-05 20:35:53.804335 |
updated_at | 2024-09-05 20:35:53.804335 |
description | An async sleep function, patchable to the preferred runtime |
homepage | |
repository | https://github.com/serai-dex/serai/tree/develop/common/patchable-async-sleep |
max_upload_size | |
id | 1365140 |
size | 4,958 |
An async sleep function, patchable to the preferred runtime.
This crate is tokio
-backed. Applications which don't want to use tokio
should patch this crate to one which works witht heir preferred runtime. The
point of it is to have a minimal API surface to trivially facilitate such work.