patchable-async-sleep

Crates.iopatchable-async-sleep
lib.rspatchable-async-sleep
version0.1.0
sourcesrc
created_at2024-09-05 20:35:53.804335
updated_at2024-09-05 20:35:53.804335
descriptionAn async sleep function, patchable to the preferred runtime
homepage
repositoryhttps://github.com/serai-dex/serai/tree/develop/common/patchable-async-sleep
max_upload_size
id1365140
size4,958
Luke Parker (kayabaNerve)

documentation

README

Patchable Async Sleep

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.

Commit count: 1740

cargo fmt