|
OpenCPN Partial API docs
|
Public Member Functions | |
| WaitContinue () | |
| Default constructor, neither copyable nor assignable. | |
| WaitContinue & | operator= (const WaitContinue)=delete |
| WaitContinue (const WaitContinue &)=delete | |
| void | Continue () |
| Release any threads blocked by Wait(). | |
| bool | Wait (std::chrono::milliseconds timeout=0s) |
| Blocking wait for next Continue() with optional timeout. | |
| void | Wait (unsigned timeout_ms) |
| Blocking wait for next Continue() or timeout (milliseconds) | |
Definition at line 36 of file wait_continue.h.
|
inline |
Default constructor, neither copyable nor assignable.
Definition at line 39 of file wait_continue.h.
|
inline |
Release any threads blocked by Wait().
Definition at line 45 of file wait_continue.h.
|
inline |
Blocking wait for next Continue() with optional timeout.
Definition at line 54 of file wait_continue.h.
|
inline |
Blocking wait for next Continue() or timeout (milliseconds)
Definition at line 63 of file wait_continue.h.