PHP Icicle\Concurrent\Threading Namespace

Nested Namespaces

Icicle\Concurrent\Threading\Internal

Classes

Name Description
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.