package ounit2

  1. Overview
  2. Docs
OUnit testing framework

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ounit-v2.2.0.tbz
sha256=b6783612c3dbe0cd244cc93d56d9de9d2d43590d79fe6d1b8e6545b0ce2b5a08
sha512=0f51313b85f834172591c8151d94e13c5249365efa506f710f02b34c951182c58bf27244f845ac20f63dedaadbc3574d152549496856aeebdd29447df03b36bf

doc/ounit2.advanced/OUnitShared/Mutex/index.html

Module OUnitShared.MutexSource

Sourcetype t = int * scope
Sourceval create : 'a -> int * 'a
Sourceval lock : shared -> (int * scope) -> unit
Sourceval try_lock : shared -> (int * scope) -> bool
Sourceval unlock : shared -> (int * scope) -> unit
Sourceval with_lock : shared -> (int * scope) -> (unit -> 'a) -> 'a