Meter

kyo.Meter
abstract class Meter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def available: Int < IOs
def run[T, S](v: => T < S): T < (S & Fibers)
def tryRun[T, S](v: => T < S): Option[T] < (IOs & S)

Concrete methods

def isAvailable: Boolean < IOs