Common IPC facilities, including channels, locks, shared memory, and signals.
Christopher Vagnetoft
176f9aa5ec
* Signal dispatch() method now uses own pid as default value * SharedData now updates checksum cache on set() |
||
---|---|---|
examples | ||
src | ||
tests | ||
.gitignore | ||
composer.json | ||
phpunit.xml | ||
README.md |
noccylabs/ipc
This is a one-size-fits-all IPC library to facilitate communication between threads and processes. It contains the following features:
Core:
- Semaphore
- Mutex
- Queue
- SharedMemory key-value store
- SharedMemory blocks
- Signals
- Locks
High-Level:
- EventBridge
- EventDispatcher
- InterOp/Marshalling
- Asynchronous timers
Transports:
- Stream channels