package riot

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

Module Core.Proc_effectSource

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

Innovation. Community. Security.