#include <threadinterrupt.h>
|
| using | Clock = std::chrono::steady_clock |
| |
Definition at line 20 of file threadinterrupt.h.
◆ Clock
◆ CThreadInterrupt()
| CThreadInterrupt::CThreadInterrupt |
( |
| ) |
|
◆ operator bool()
| CThreadInterrupt::operator bool |
( |
| ) |
const |
|
explicit |
◆ operator()()
| void CThreadInterrupt::operator() |
( |
| ) |
|
◆ reset()
| void CThreadInterrupt::reset |
( |
| ) |
|
◆ sleep_for()
| bool CThreadInterrupt::sleep_for |
( |
Clock::duration |
rel_time | ) |
|
◆ cond
| std::condition_variable CThreadInterrupt::cond |
|
private |
◆ flag
| std::atomic<bool> CThreadInterrupt::flag |
|
private |
◆ mut
| Mutex CThreadInterrupt::mut |
|
private |
The documentation for this class was generated from the following files: