Package: effect Module: Sink
effect
Sink
Returns the sink that executes this one and times its execution.
Signature
declare const withDuration: <A, In, L, E, R>(self: Sink<A, In, L, E, R>) => Sink<[A, Duration.Duration], In, L, E, R>
Source
Since v2.0.0