App

kyo.App
See theApp companion class
object App

Attributes

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

Members list

Type members

Value members

Concrete methods

def run[T](timeout: Duration)(v: T > Effects): T
def run[T](v: T > Effects): T
def runFiber[T](v: T > Effects): Fiber[Try[T]] > IOs
def runFiber[T](timeout: Duration)(v: T > Effects): Fiber[Try[T]] > IOs