FutureResult
-
class
compas_fab.backends.FutureResult[source] Bases:
objectRepresents a future result value.
Futures are the result of asynchronous operations but allow to explicitely control when to block and wait for its completion.
Methods
__init__()Initialize self.
result([timeout])Return the feedback value returned by the instruction.