package eio

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

Source file cap.ml

1
2
3
4
5
external eio_cap_enter : unit -> bool = "eio_unix_cap_enter"

let enter () =
  if eio_cap_enter () then Ok ()
  else Error `Not_supported
OCaml

Innovation. Community. Security.