Options for AsyncLoopWakeUp configuration. More...
#include <Async.h>
Public Attributes | |
| bool | coalesce = true |
| Merge repeated pending wakeUp() calls into a single callback (default true, matching libuv uv_async_t). | |
Options for AsyncLoopWakeUp configuration.
| bool SC::AsyncLoopWakeUpOptions::coalesce = true |
Merge repeated pending wakeUp() calls into a single callback (default true, matching libuv uv_async_t).
The number of merged wake-ups is reported in AsyncLoopWakeUp::CompletionData::deliveryCount.