Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Runtime.Threading Namespace Reference

Classes

interface  IMultiReadSingleWriteObject
 An interface for objects that allow single concurrent writers but multiple concurrent readers. More...
 
class  MultiReadSingleWriteObject
 Represents an object that allows single concurrent writers but multiple concurrent readers. When disposing the object, it automatically ends any reading and writing locks it maintains. More...
 
class  Semaphore
 Represents a named semaphore, i.e. an object, identified by a name, that allows single concurrent writers but multiple concurrent readers. You can create multiple instances of the Semaphore class with the same name, and they all refer to the same named semaphore. When the object is disposed, it ends any reading or writing locks the object has started (not all locks pending for the named semaphore). More...
 
class  Semaphores
 Static class of application-wide semaphores that can be used to order access to editable objects. More...