Skip to content

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

License

Notifications You must be signed in to change notification settings

ZodiacMine/RakLibIpc

 
 

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%