Skip to content

johnelse/ocaml-mvar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml-mvar

Build status

An OCaml port of Haskell's Control.Concurrent.MVar.

A 'a Mvar.t is a mutable location which can either be empty, or contain a value of type 'a. The location can be written to and read from safely from multiple concurrent Unix threads.

Depends only on OCaml's native threads library, as well as oUnit for testing.

About

Threadsafe mutable variables for Unix threads

Resources

License

Stars

Watchers

Forks

Packages

No packages published