Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T15:56:40.000Z (10 months ago)
- Last Synced: 2024-09-21T15:30:55.661Z (3 months ago)
- Topics: github-actions-enabled, on-packagist, php8, php81, php82, phpstan-l8, phpstan-strict
- Language: PHP
- Homepage:
- Size: 421 KB
- Stars: 3
- Watchers: 9
- Forks: 5
- 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.