| 382 | /// |
| 383 | /// An EventObject can be wait-ed to synchronize further actions from the thread invoking the wake up request, ensuring |
| 384 | /// that the callback has finished its execution. |
| 385 | /// |
| 386 | /// \snippet Tests/Libraries/Async/AsyncTest.cpp AsyncLoopWakeUpSnippet2 |
| 387 | struct SC_ASYNC_EXPORT AsyncLoopWakeUp : public AsyncRequest |
nothing calls this directly
no outgoing calls
no test coverage detected