Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 24 hours ago
JSON representation

Channel-based inter-thread/inter-process communication protocol library for RakLib

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.