Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-resilience
/
arrow.resilience
/
Schedule
/
log
log
open
fun
log
(
action
:
suspend
(
input
:
Input
,
output
:
Output
)
->
Unit
)
:
Schedule
<
Input
,
Output
>
Adds a logging action to the
Schedule
.