Coroutine

turbolift.io.Coroutine
See theCoroutine companion trait
object Coroutine

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Coroutine.type

Members list

Value members

Concrete methods

def create[I, O, R, U](body: (fx: CoroutineEffect[I, O, R]) => I => Computation[R, U & fx.type]): Computation[Coroutine[I, O, R, U], IO]
def create[O, R, U](body: (fx: CoroutineEffect[Unit, O, R]) => Computation[R, U & fx.type]): Computation[Coroutine[Unit, O, R, U], IO]