rootiteam/raklib-ipc

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

1.0.0 2024-07-24 10:25 UTC

This package is auto-updated.

Last update: 2024-12-24 11:15:39 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.