ExecutionParams

libretto.ExecutionParams
See theExecutionParams companion object
trait ExecutionParams[P[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait WithScheduler[P]
object ExecutionParam.type

Members list

Value members

Abstract methods

def pair[A, B](a: P[A], b: P[B]): P[(A, B)]
def unit: P[Unit]