cps.runtime.util
package cps.runtime.util
Members list
Packages
package cps.runtime.util.control
Type members
Classlikes
object BoundaryAsyncShift extends AsyncShift[boundary.type]
Attributes
- Source
- BoundaryAsyncShift.scala
- Supertypes
- Self type
-
BoundaryAsyncShift.type
class EitherAsyncShift[A, B] extends AsyncShift[Either[A, B]]
Attributes
- Source
- EitherAsyncShift.scala
- Supertypes
class EitherLeftProjectionAsyncShift[A, B] extends AsyncShift[LeftProjection[A, B]]
Attributes
- Source
- EitherAsyncShift.scala
- Supertypes
class TryAsyncShift[T] extends AsyncShift[Try[T]]
Attributes
- Source
- TryAsyncShift.scala
- Supertypes
object TryModuleAsyncShift extends AsyncShift[Try.type]
Attributes
- Source
- TryAsyncShift.scala
- Supertypes
- Self type
-
TryModuleAsyncShift.type
object UsingAsyncShift extends AsyncShift[Using.type]
Attributes
- Source
- UsingAsyncShift.scala
- Supertypes
- Self type
-
UsingAsyncShift.type
In this article