pocketmine/raklib-ipc

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

Maintainers

👁 dktapps
👁 pmmp

Package info

github.com/pmmp/RakLibIpc

pkg:composer/pocketmine/raklib-ipc

Statistics

Installs: 523 506

Dependents: 6

Suggesters: 0

Stars: 4

Open Issues: 4

1.0.1 2024-03-01 15:55 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-3.0 ce632ef2c6743e71eddb5dc329c49af6555f90bc


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.