pocketmine / raklib-ipc
Channel-based protocols for inter-thread/inter-process communication with RakLib
Installs: 132 620
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 3
Open Issues: 2
Requires
- php: ^7.4 || ^8.0
- php-64bit: *
- pocketmine/binaryutils: ^0.2.0
- pocketmine/raklib: ^0.13.1 || ^0.14.0
Requires (Dev)
- phpstan/phpstan: 0.12.81
- phpstan/phpstan-strict-rules: ^0.12.2
This package is auto-updated.
Last update: 2023-01-22 19:50: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.