FutureResult class compas_rrc.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.