turbolift.io.Fiber
See theFiber companion trait
object Fiber
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
enum Role
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
enum Status
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Get the current fiber.
Get the current fiber.
Attributes
Get the current fiber, explicitly ascribing its type.
Get the current fiber, explicitly ascribing its type.
Attributes
def forkWithCallback[A, U](comp: Computation[A, U], callback: Zipper[A, U] => Unit, name: String): Computation[Fiber[A, U], U & IO & Warp]
Experimental
Experimental
Attributes
def forkWithCallbackAt[A, U](warp: Warp, comp: Computation[A, U], callback: Zipper[A, U] => Unit, name: String): Computation[Fiber[A, U], U & IO]
In this article