Control
turbolift.internals.interpreter.Control
Delimited continuation.
Accessed from implementations of user-defined Flow interpreters.
Attributes
- Graph
- Supertypes
Delimited continuation.
Accessed from implementations of user-defined Flow interpreters.
Handles given computation locally.
Handles given computation locally.
Aside from the result of handling, a fresh Control object is returned.
Subsequent resuming of this
continuation, instead of the fresh one,
may undo actions that have been performed by other effects inside the body
.
Resumes the continuation.
Resumes the continuation.
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
a string representation of the object.