☰
gluon_vm
0.18.2
Module mutex
Structs
Enums
Type Aliases
In gluon_vm::gc
?
Module
gluon_vm
::
gc
::
mutex
source
·
[
−
]
Structs
Mutex
MutexGuard
PoisonError
A type of error which can be returned whenever a lock is acquired.
Enums
TryLockError
An enumeration of possible errors associated with a
TryLockResult
which can occur while trying to acquire a lock, from the
try_lock
method on a
Mutex
or the
try_read
and
try_write
methods on an
RwLock
.
Type Aliases
LockResult
TryLockResult