OperationContext

Undocumented in source.

Constructors

this
this(T target)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

completed
void completed()
Undocumented in source. Be warned that the author may not have intended to support it.
resume
void resume()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
yield
void yield()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

fiber
Fiber fiber [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasError
bool hasError [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
target
target [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

error
duv_error error;
Undocumented in source.
finish
bool finish;
Undocumented in source.
status
int status;
Undocumented in source.

Meta