Functions 2
collect_all
functionFull reference ↗wait_all
functionFull reference ↗Classes 1
Future
classFull reference ↗- class tensorplay.futures.Future[source]
A native future value with callback and exception support.
- add_done_callback(self: object, callback: collections.abc.Callable) None
- done(self: tensorplay._C.Future) bool
- is_done(self: tensorplay._C.Future) bool
- then(self: object, callback: collections.abc.Callable) tensorplay._C.Future
- value(self: tensorplay._C.Future) object
- wait(self: tensorplay._C.Future) object

