use ;
use crateDuration;
/// Starts the FreeRTOS scheduler.
///
/// This function isn't expected to return unless `vTaskEndScheduler` is called.
/// Returns the count of ticks since [start_scheduler] was called.
/// Like [get_tick_count], but returns the time since [start_scheduler] was called as a [Duration].