hybrid.core.State.result#

State.result()[source]#

Implement concurrent.Future-compatible result resolution interface.

Also, explicitly defining this method prevents accidental definition of State.result method via attribute setters, which might prevent result resolution in some edge cases.