Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Fiber<A, E>

Type parameters

  • A = unknown

  • E = unknown

Hierarchy

  • Fiber

Index

Methods

cancel

  • cancel(): IO<void, never>

outcome

Static start

  • start<A, E>(action: IO<A, E>): IO<Fiber<A, E>, never>

Generated using TypeDoc