|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Stateless callable invocable as void(stop_token).
More...
#include <thread.hpp>
Stateless callable invocable as void(stop_token).
The (captureless) cooperative Thread constructor accepts function pointers and stateless lambdas matching this concept. Capturing lambdas are matched by CapturingCooperativeEntry instead (heap-mode only).