package eio

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Eio_utils.SuspendedSource

A suspended fiber with its context.

module Trace = Eio.Private.Trace
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 ]
OCaml

Innovation. Community. Security.