serai/common/patchable-async-sleep
Luke Parker ac7b98daac
Remove tokio dependency from tendermint-machine
Indirects it via a minimal wrapper which can be trivially patched.
2024-09-05 16:30:27 -04:00
..
src Remove tokio dependency from tendermint-machine 2024-09-05 16:30:27 -04:00
Cargo.toml Remove tokio dependency from tendermint-machine 2024-09-05 16:30:27 -04:00
LICENSE Remove tokio dependency from tendermint-machine 2024-09-05 16:30:27 -04:00
README.md Remove tokio dependency from tendermint-machine 2024-09-05 16:30:27 -04:00

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.