Delay<A> constructor

Delay<A>(
  1. Duration duration,
  2. Free<IOOp, A> a
)

Implementation

Delay(this.duration, this.a);