Clocks

object Clocks
class Object
trait Matchable
class Any
Clocks.type

Value members

Concrete methods

def now: Instant > Clocks | IOs
def run[T, S](c: Clock)(f: => T > S | Clocks): T > S
def run[T, S](f: => T > S | Clocks)(using c: Clock): T > S