cps.runtime.util

Type members

Classlikes

class EitherAsyncShift[A, B] extends AsyncShift[Either[A, B]]
class EitherLeftProjectionAsyncShift[A, B] extends AsyncShift[LeftProjection[A, B]]
class TryAsyncShift[T] extends AsyncShift[Try[T]]
object TryModuleAsyncShift extends AsyncShift[Try]
object UsingAsyncShift extends AsyncShift[Using]