rootiteam / raklib-ipc

基于通道的RakLib线程间/进程间通信协议

1.0.0 2024-07-24 10:25 UTC

This package is auto-updated.

Last update: 2024-09-24 10:48:45 UTC


README

此项目提供通过基于消息的通道与RakLib交互的实用工具和协议。

该库定义了以下必须实现的接口

  • InterThreadChannelReader
  • InterThreadChannelWriter

消息传输的方法由您决定 - 它可以使用套接字、pthread Threaded对象、并行Channel或任何其他方法。