Specialization of AsyncEvent for void signaling.
More...
#include <AsyncEvent.hpp>
|
| constexpr | AsyncEvent ()=default |
| |
| void | emit () noexcept |
| | Signal the event and resume waiting coroutine.
|
| |
| bool | isReady () const noexcept |
| | Check if event has been signaled.
|
| |
| Awaiter | operator co_await () noexcept |
| | Direct co_await support on AsyncEvent instance.
|
| |
| void | reset () noexcept |
| | Reset event to unsignaled state.
|
| |
| Awaiter | wait () noexcept |
| | Awaiter factory for co_await syntax.
|
| |
Specialization of AsyncEvent for void signaling.
◆ ValueType
◆ AsyncEvent()
◆ emit()
Signal the event and resume waiting coroutine.
◆ isReady()
Check if event has been signaled.
◆ operator co_await()
◆ reset()
Reset event to unsignaled state.
◆ wait()
Awaiter factory for co_await syntax.
The documentation for this class was generated from the following file: