Sane C++ Libraries: SC::AsyncKernelEvents Struct Reference (original) (raw)
Allows user to supply a block of memory that will store kernel I/O events retrieved from AsyncEventLoop::runOnce. More...
#include <[Async.h](Async%5F8h%5Fsource.html)>
| Public Attributes | |
|---|---|
| Span< uint8_t > | eventsMemory |
| User supplied block of memory used to store kernel I/O events. | |
| 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.
See also
◆ eventsMemory
User supplied block of memory used to store kernel I/O events.
The documentation for this struct was generated from the following file: