distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
SemaphoreFunctor class header. More...
#include "estd/TypeErasedFunctor.hpp"
Go to the source code of this file.
Classes | |
class | distortos::internal::SemaphoreFunctor |
SemaphoreFunctor is a type-erased interface for functors which execute some action on semaphore (wait(), tryWait(), tryWaitFor(), tryWaitUntil(), ...). More... | |
Namespaces | |
distortos | |
Top-level namespace of distortos project. | |
distortos::internal | |
Internals of distortos project - should not be used directly! | |
SemaphoreFunctor class header.