package duppy
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module type Mutex.Mutex_t
Source
Type for a mutex.
A computation that locks a mutex * and returns unit
afterwards. Computation * will be blocked until the mutex is sucessfuly locked.
A computation that tries to lock a mutex. * Returns immediatly true
if the mutex was sucesfully locked * or false
otherwise.