Fiber

object Fiber
Companion:
class
class Object
trait Matchable
class Any
Fiber.type

Value members

Concrete methods

def apply[A](task: Task[A], cancel: CancelToken[Task]): Fiber[A]

Builds a Fiber value out of a task and its cancelation token.

Builds a Fiber value out of a task and its cancelation token.