https://github.com/pmmp/raklibipc
Channel-based inter-thread/inter-process communication protocol library for RakLib
https://github.com/pmmp/raklibipc
github-actions-enabled on-packagist php8 php81 php82 phpstan-l8 phpstan-strict
Last synced: 5 months ago
JSON representation
Channel-based inter-thread/inter-process communication protocol library for RakLib
- Host: GitHub
- URL: https://github.com/pmmp/raklibipc
- Owner: pmmp
- License: other
- Created: 2021-05-05T18:57:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T11:02:54.000Z (6 months ago)
- Last Synced: 2025-01-29T21:11:14.768Z (6 months ago)
- Topics: github-actions-enabled, on-packagist, php8, php81, php82, phpstan-l8, phpstan-strict
- Language: PHP
- Homepage:
- Size: 423 KB
- Stars: 3
- Watchers: 10
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RakLib IPC
This project provides utilities and protocols for interacting with [RakLib](https://github.com/pmmp/RakLib) via message-based channels.
The library defines the following interfaces which must be implemented:
- `InterThreadChannelReader`
- `InterThreadChannelWriter`The method of transmitting messages is up to you - it could use sockets, pthreads `Threaded` objects, parallel `Channel`, or anything else.