package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a fork_point
type 'b join_point
val def_process : ('a -> 'b) -> 'a fork_point * 'b join_point
val start : ?inherit_resources:Netmcore.inherit_request -> 'a fork_point -> 'a -> Netmcore.process_id
val join : 'b join_point -> Netmcore.process_id -> 'b option
val join_nowait : 'b join_point -> Netmcore.process_id -> 'b option
val release_fork_point : 'a fork_point -> unit
val release_join_point : 'b join_point -> unit