modm API documentation
modm::fiber::once_flag Class Reference

#include <modm/processing/fiber/mutex.hpp>

Friends

template<typename Callable , typename... Args>
void call_once (once_flag &, Callable &&, Args &&...)
 

Detailed Description

Implements the std::once_flag interface for fibers.

See also
https://en.cppreference.com/w/cpp/thread/once_flag

The documentation for this class was generated from the following file: