Task

kyo.scheduler.Task
See theTask companion trait
object Task

Attributes

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

Members list

Type members

Classlikes

case class Status(preempting: Boolean, runtime: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type Result = Boolean

Value members

Concrete methods

def apply(r: => Unit): Task
def apply(r: => Unit, runtime: Int): Task

Concrete fields

val Done: Result

Implicits

Implicits

implicit val taskOrdering: Ordering[Task]