The OpenD Programming Language

OverlappedIoRequest

Implementation details of some requests. You shouldn't need to know any of this, the interface is all public.

mixin template OverlappedIoRequest (
Response
LowLevelOperation
) {
void delegate(typeof(this) t) oncomplete;
}

Members

Functions

repeat
void repeat()

Repeats the operation, restarting the request.

Meta