项目作者: pmmp

项目描述 :
Channel-based inter-thread/inter-process communication protocol library for RakLib
高级语言: PHP
项目地址: git://github.com/pmmp/RakLibIpc.git
创建时间: 2021-05-05T18:57:14Z
项目社区:https://github.com/pmmp/RakLibIpc

开源协议:Other

下载


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.