patchable-async-sleep 0.1.0

An async sleep function, patchable to the preferred runtime
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 9.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 101.91 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kayabaNerve

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.