Crates.io | instant-timer |
lib.rs | instant-timer |
version | 0.1.1 |
source | src |
created_at | 2019-04-18 10:31:03.602497 |
updated_at | 2019-04-18 16:56:23.03441 |
description | A CountDown implementation that never blocks |
homepage | |
repository | https://github.com/david-sawatzke/instant-timer |
max_upload_size | |
id | 128657 |
size | 2,873 |
Provides InstantTimer
, which implements the timer trait with zero delay, i.e.
timer.wait()
never blocks.
Useful for e.g. spi with bitbang-hal.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.