podafConcurrent
Utility classes for synchronising and sharing data between threads
Mixins
| ActorPools | (Service) - Maintains a collection of named |
| LocalRefManager | (Service) - Use to create |
Classes
| AtomicList | A List that provides fast reads and lightweight writes between threads using the copy on write paradigm. |
| AtomicMap | A Map that provides fast reads and lightweight writes between threads using the copy on write paradigm. |
| LocalList | Manages a List stored in |
| LocalMap | Manages a Map stored in |
| LocalRef | Manages an Obj reference stored in |
| Synchronized | Provides |
| SynchronizedBuf | Provides |
| SynchronizedFileMap | A |
| SynchronizedList | A List that provides fast reads and |
| SynchronizedMap | A Map that provides fast reads and |
| SynchronizedState | Provides |
| WorkerPool | Lets you perform concurrent units of work. |