Skip to content
/ RakLibIpc Public

Channel-based inter-thread/inter-process communication protocol library for RakLib

License

Notifications You must be signed in to change notification settings

pmmp/RakLibIpc

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2025
Feb 13, 2023
Feb 13, 2023
Oct 1, 2016
Mar 28, 2020
Jan 11, 2018
Aug 8, 2013
May 5, 2021
Jan 3, 2025
May 5, 2021

Repository files navigation

RakLib IPC

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.