TensorPlay
API symbolsFuture
Copy
View Markdown

Future

class tensorplay.Future
add_done_callback(self: object, callback: collections.abc.Callable) None
done(self: tensorplay._C.Future) bool
is_done(self: tensorplay._C.Future) bool
set_exception(self: tensorplay._C.Future, result: object) None
set_result(self: tensorplay._C.Future, result: object) None
then(self: object, callback: collections.abc.Callable) tensorplay._C.Future
value(self: tensorplay._C.Future) object
wait(self: tensorplay._C.Future) object

On this page

Ask DeepWiki