Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::AsyncLoopWakeUpOptions Struct Reference

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).
 

Detailed Description

Options for AsyncLoopWakeUp configuration.

Member Data Documentation

◆ coalesce

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.


The documentation for this struct was generated from the following file: