Clocks

kyo.clocks$.Clocks$
object Clocks

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Clocks.type

Members list

Concise view

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