theCore C++ embedded framework
|
Module aggregates routines that are control execution flow on the host platform. More...
#include <stdlib.h>
#include <stdint.h>
#include <time.h>
#include <thread>
#include <chrono>
Namespaces | |
ecl | |
Functions | |
static void | ecl::abort () |
Aborts execution of currently running code. Never return. More... | |
static void | ecl::spin_wait (unsigned ms) |
Performs a dummy busy wait for specified amount of milliseconds. More... | |
Module aggregates routines that are control execution flow on the host platform.