Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::AsyncKernelEvents Struct Reference

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_teventsMemory
 User supplied block of memory used to store kernel I/O events. More...
 

Friends

struct AsyncEventLoop
 

Detailed Description

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.

See also
AsyncEventLoop::runOnce

Member Data Documentation

◆ eventsMemory

Span<uint8_t> SC::AsyncKernelEvents::eventsMemory

User supplied block of memory used to store kernel I/O events.


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