\brief This function will block the calling thread until the event has completed
| 68 | /// \brief This function will block the calling thread until the event has |
| 69 | /// completed |
| 70 | ErrorType block() noexcept { return NativeEventPolicy::syncForEvent(&e_); } |
| 71 | |
| 72 | /// \brief Returns true if the event is a valid event. |
| 73 | constexpr operator bool() const { return e_; } |
no outgoing calls
no test coverage detected