arrow-fx-coroutines / arrow.fx.coroutines.stream / Pull / Result / Interrupted / <init>
Interrupted(context: X, deferredError: Throwable?)
Signals that Pull evaluation was interrupted.
context - Any user specific context that needs to be captured during interruption
for eventual resume of the operation.
deferredError - Any errors, accumulated during resume of the interruption.
Instead throwing errors immediately during interruption,
signalling of the errors may be deferred until the Interruption resumes.
Do you like Arrow?
✖