modm API documentation for NUCLEO-G071RB
|
#include <modm/processing/fiber/mutex.hpp>
Friends | |
template<typename Callable , typename... Args> | |
void | call_once (once_flag &, Callable &&, Args &&...) |
Implements the std::once_flag
interface for fibers.