//! Task APIs for single-task configuration.
/// For single-task situation, we just relax the CPU and wait for incoming
/// interrupts.
/// For single-task situation, we just busy wait for the given duration.
/// For single-task situation, we just busy wait until reaching the given
/// deadline.