libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
Lockable
libd
threading
locks
Undocumented in source.
shared
struct
Lockable (
ValueT
LockT
=
LockBusyCas
) {
void
access
(void delegate(scope ref ValueT) @(nogc) nothrow func);
}
Members
Functions
access
void
access
(void delegate(scope ref ValueT) @(nogc) nothrow func)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
libd
threading
locks
structs
LockBusyCas
Lockable