RedMCME / RakLibIpc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Other


Languages

Language:PHP 100.0%