fibers

kyo.concurrent.fibers
object fibers

Attributes

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

Members list

Type members

Classlikes

object Fiber

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Fiber.type
final implicit class FiberOps[T](state: Fiber[T]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
object Fibers extends Joins[Fibers]

Attributes

Supertypes
trait Joins[Fibers]
class Object
trait Matchable
class Any
Self type
Fibers.type
final implicit class PromiseOps[T](p: Promise[T]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
object internal

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
internal.type

Types

type Fiber[+T]
type Fibers = Effects
type Promise[+T] <: Fiber[T]

Implicits

Implicits

final implicit def FiberOps[T](state: Fiber[T]): FiberOps[T]
final implicit def PromiseOps[T](p: Promise[T]): PromiseOps[T]