Gemstone.Threading Namespace

[Missing <summary> documentation for "N:Gemstone.Threading"]

Classes

InterprocessLock Defines helper methods related to inter-process locking.
InterprocessReaderWriterLock Represents an inter-process reader/writer lock using NamedSemaphore and Mutex native locking mechanisms.
NamedSemaphore Represents a cross-platform, interprocess named semaphore, which limits the number of threads that can concurrently access a resource or a pool of resources.