PythonMonkey v0.8.2 (dev)
|
This is the complete list of members for PyEventLoop::Future, including all inherited members.
_future | PyEventLoop::Future | protected |
addDoneCallback(PyObject *cb) | PyEventLoop::Future | |
Future(PyObject *future) | PyEventLoop::Future | explicit |
Future(const Future &old)=delete | PyEventLoop::Future | |
Future(Future &&old) | PyEventLoop::Future | |
getException() | PyEventLoop::Future | |
getFutureObject() const | PyEventLoop::Future | |
getResult() | PyEventLoop::Future | |
isCancelled() | PyEventLoop::Future | |
setException(PyObject *exception) | PyEventLoop::Future | |
setResult(PyObject *result) | PyEventLoop::Future | |
~Future() | PyEventLoop::Future |