logOutput

fun <A> logOutput(f: suspend (A) -> Unit): Schedule<A, A>(source)

Creates a Schedule with an effectful handler on the output.