pmmp/raklib-ipc

Channel-based protocols for inter-thread/inter-process communication with RakLib

Maintainers

Package info

github.com/phpMine-MP/RakLibIpc

pkg:composer/pmmp/raklib-ipc

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2026-07-11 16:16 UTC

This package is auto-updated.

Last update: 2026-07-11 16:42:14 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.