This is the complete list of members for ucxx::python::PythonFutureTask< ReturnType, TaskArgs >, including all inherited members.
| getFuture() | ucxx::python::PythonFutureTask< ReturnType, TaskArgs > | inline |
| getHandle() | ucxx::python::PythonFutureTask< ReturnType, TaskArgs > | inline |
| operator=(PythonFutureTask const &)=delete (defined in ucxx::python::PythonFutureTask< ReturnType, TaskArgs >) | ucxx::python::PythonFutureTask< ReturnType, TaskArgs > | |
| operator=(PythonFutureTask &&o)=default | ucxx::python::PythonFutureTask< ReturnType, TaskArgs > | |
| PythonFutureTask(std::packaged_task< ReturnType(TaskArgs...)> task, std::function< PyObject *(ReturnType)> pythonConvert, PyObject *asyncioEventLoop, std::launch launchPolicy=std::launch::async) | ucxx::python::PythonFutureTask< ReturnType, TaskArgs > | inlineexplicit |
| PythonFutureTask(const PythonFutureTask &)=delete (defined in ucxx::python::PythonFutureTask< ReturnType, TaskArgs >) | ucxx::python::PythonFutureTask< ReturnType, TaskArgs > | |
| PythonFutureTask(PythonFutureTask &&o)=default | ucxx::python::PythonFutureTask< ReturnType, TaskArgs > | |
| release() | ucxx::python::PythonFutureTask< ReturnType, TaskArgs > | inline |