package carton

  1. Overview
  2. Docs
Implementation of PACKv2 file in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

git-carton-v0.7.0.tbz
sha256=bd690125d3f8669442130ceb14ccec7476b2e15ca25e2c7ffb5ab393eef20ef9
sha512=5ac302ba7f1eef653ff7991bca251bafa635150c80f6d3e47e4da3d32298df78f332f5d86c1f78c81f7ceb93216febf501cb943efc44c3122249e583782d62a9

doc/carton.thin/Thin/Make/argument-2-IO/index.html

Parameter Make.IO

type 'a t = 'a Scheduler.s
module Mutex : sig ... end
module Condition : sig ... end
val bind : 'a t -> ('a -> 'b t) -> 'b t
val return : 'a -> 'a t
val detach : (unit -> 'a) -> 'a t
val parallel_map : f:('a -> 'b t) -> 'a list -> 'b list t
val parallel_iter : f:('a -> unit t) -> 'a list -> unit t
OCaml

Innovation. Community. Security.