Searched defs:PythonFutureWrapper (Results 1 – 2 of 2) sorted by relevance
104 struct VISIBILITY_HIDDEN PythonFutureWrapper struct108 explicit PythonFutureWrapper( argument113 explicit PythonFutureWrapper(const PythonFutureWrapper&) = delete; argument114 PythonFutureWrapper& operator=(const PythonFutureWrapper&) = delete; argument116 bool done() { in done()120 py::object value() { in value()146 // The py::function cb arg must take a std::shared_ptr<PythonFutureWrapper> argument149 std::shared_ptr<PythonFutureWrapper> then(py::function cb) { in then() argument189 void add_done_callback(py::function cb) { in add_done_callback()231 // PythonFutureWrapper::wait(). argument[all …]
2080 [](const PythonFutureWrapper& /* unused */) { in initJITBindings()