Icicle\Concurrent\Threading\Internal |
Имя | Описание |
---|---|
Mutex | A thread-safe, asynchronous mutex using the pthreads locking mechanism. |
Parcel | A thread-safe container that shares a value between multiple threads. |
Semaphore | An asynchronous semaphore based on pthreads' synchronization methods. |
Thread | Implements an execution context using native multi-threading. |