pocketmine / raklib-ipc
Channel-based protocols for inter-thread/inter-process communication with RakLib
Installs: 345 148
Dependents: 6
Suggesters: 0
Security: 0
Stars: 3
Watchers: 9
Forks: 5
Open Issues: 4
Requires
- php: ^8.0
- php-64bit: *
- pocketmine/binaryutils: ^0.2.0
- pocketmine/raklib: ^0.15.0 || ^1.0.0
Requires (Dev)
- phpstan/phpstan: 1.10.1
- phpstan/phpstan-strict-rules: ^1.0.0
This package is auto-updated.
Last update: 2024-10-27 23:25:07 UTC
README
This project provides utilities and protocols for interacting with 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.