CpsAwaitable
Marker typeclass for wrappers, which we can await. Such traits can be not monads itself (for example, its impossible to set monad structure over js.Promise) but can be convertable into cps monads.
Marker typeclass for wrappers, which we can await. Such traits can be not monads itself (for example, its impossible to set monad structure over js.Promise) but can be convertable into cps monads.
class Object
trait Matchable
class Any
trait CpsMonad[F]
trait CpsTryMonad[F]
trait CpsAsyncMonad[F]
trait CpsFulfillingMonad[F]
trait CpsProgressingMonad[F]
trait CpsSchedulingMonad[F]