package eio

  1. Overview
  2. Docs

Module Eio_utils.SuspendedSource

A suspended fiber with its context.

module Ctf = Eio.Private.Ctf
Sourcetype 'a t = {
  1. fiber : Eio.Private.Fiber_context.t;
  2. k : ('a, [ `Exit_scheduler ]) Effect.Deep.continuation;
}
Sourceval tid : 'a t -> Eio.Private.Ctf.id
Sourceval continue : 'a t -> 'a -> [ `Exit_scheduler ]
Sourceval discontinue : 'a t -> exn -> [ `Exit_scheduler ]
OCaml

Innovation. Community. Security.