Defer

trait Defer[M[_], D]
class Object
trait Matchable
class Any

Value members

Abstract methods

def defer(delay: D, k: M[Unit]): M[Unit]

Concrete methods

def deferC[A](delay: D, c: ContU[M, A]): ContU[M, A]

Defer registration of callbacks to the given CPS computation.

Defer registration of callbacks to the given CPS computation.