|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
Defines a thread-safe signal implementation using mutex and condition variable. More...
Go to the source code of this file.
Classes | |
| class | tec::Signal |
| A thread-safe signal mechanism for inter-thread synchronization. More... | |
| struct | tec::Signal::OnExit |
| Helper struct to signal termination on exit. More... | |
Defines a thread-safe signal implementation using mutex and condition variable.