|
|
bool | isEnded () const |
| |
|
SC::Result | get (Span< char > &data) |
| |
|
AsyncFileRead & | getAsync () |
| |
|
const AsyncFileRead & | getAsync () const |
| |
| | AsyncResult (AsyncEventLoop &eventLoop, AsyncRequest &request, SC::Result &res, bool *hasBeenReactivated=nullptr) |
| | Constructs an async result from a request and a result.
|
| |
| | AsyncResult (AsyncEventLoop &eventLoop, AsyncRequest &request, SC::Result &res, bool *hasBeenReactivated=nullptr) |
| | Constructs an async result from a request and a result.
|
| |
| void | reactivateRequest (bool shouldBeReactivated) |
| | Ask the event loop to re-activate this request after it was already completed.
|
| |
| const SC::Result & | isValid () const |
| | Check if the returnCode of this result is valid.
|
| |
|
|
CompletionData | completionData |
| |
|
int32_t | eventIndex |
| |
|
AsyncEventLoop & | eventLoop |
| |
|
AsyncRequest & | async |
| |
|
bool | shouldCallCallback = true |
| |
|
bool * | hasBeenReactivated = nullptr |
| |
|
SC::Result & | returnCode |
| |
The documentation for this struct was generated from the following file: