Module Eio_utils.SuspendedSource

A suspended fiber with its context.

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