mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 21:00:30 +00:00
6 lines
No EOL
435 B
Text
6 lines
No EOL
435 B
Text
This service contains all the global system locks ( Mutexes , Semephores , Waithandle ( AutoReset , ManualReset) )
|
|
|
|
It can be queried via the normal IPC system ( and thats how all non default locks are created) but trusted code will skip IPC for direct RPC access ( for performance reasons)
|
|
hence these locks are memory safe with immutable struct wrappers.
|
|
|
|
This also allows us to persist global locks and monitor them easily. |