uefi-async 0.2.8

A lightweight asynchronous executor for UEFI environments.
Documentation
1
2
3
4
5
6
7
8
9
/// the TSC-based tick counter and frequency calibration.
pub mod tick;

/// Execution pacing and task suspension tools for UEFI asynchronous environments.
pub mod step;
pub mod signal;

pub use tick::*;
pub use step::*;