FutureResult class compas_fab.backends.FutureResult[source] Bases: object Represents 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 result Return the feedback value returned by the instruction.