Nevron.Nov.Threading Namespace
In This Topic
Classes
| Class | Description |
| NCacheField<TValue> | Represent an on-demand initialized thread-safe field, that can be used to cache a value used by multiple threads. |
| NCacheMap<TKey,TValue> | Represent an on-demand contructed thread-safe map, that can be used to cache values used by multiple threads. |
| NThread | Abstract class for NOV threads. Should be implemented by hosts as a platform specific thread wrapper. |
| NThreadPool | A static class that launches recyclable threads for INThreadedTask implementations. |
Interfaces
| Interface | Description |
| INThreadedTask | Implemented by objects that contain a method that can be called from a different thread. |
See Also