PHP Icicle\Concurrent\Threading Пространство имен

Пространства имен

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.