Expand description
Single-instance helpers backed by named Windows mutexes.
Structs§
- Instance
Guard - Guard that keeps the named single-instance mutex alive for the current process.
- Single
Instance Options - Options for single-instance mutex acquisition.
Enums§
- Instance
Scope - Scope used when creating the named mutex for single-instance enforcement.
Functions§
- single_
instance - Attempts to acquire a named process-wide single-instance guard.
- single_
instance_ with_ options - Attempts to acquire a named single-instance guard using
SingleInstanceOptions. - single_
instance_ with_ scope - Attempts to acquire a named single-instance guard in the requested Windows namespace.