mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-27 22:19:39 +00:00
ac7b98daac
Indirects it via a minimal wrapper which can be trivially patched.
7 lines
319 B
Markdown
7 lines
319 B
Markdown
# 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.
|