Allows user to supply a block of memory that will store kernel I/O events retrieved from AsyncEventLoop::runOnce. More...
#include <Async.h>
Public Attributes | |
Span< uint8_t > | eventsMemory |
User supplied block of memory used to store kernel I/O events. More... | |
Friends | |
struct | AsyncEventLoop |
Allows user to supply a block of memory that will store kernel I/O events retrieved from AsyncEventLoop::runOnce.
Such events can then be later passed to AsyncEventLoop::dispatchCompletions.
User supplied block of memory used to store kernel I/O events.