package riot

  1. Overview
  2. Docs
type Effect.t +=
  1. | Receive : {
    1. ref : unit Ref.t option;
    } -> Message.t Effect.t
type Effect.t +=
  1. | Yield : unit Effect.t
type Effect.t +=
  1. | Syscall : {
    1. name : string;
    2. mode : [ `r | `rw | `w ];
    3. fd : Util.Fd.t;
    } -> unit Effect.t
OCaml

Innovation. Community. Security.