Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
logOutput
log
Output
abstract
fun
logOutput
(
f
:
suspend
(
output
:
Output
)
->
Unit
)
:
Schedule
<
Input
,
Output
>
(
source
)
Runs an effectful handler on every output. Does not alter the decision.