Skip to main content

Module communicators

Module communicators 

Source
Expand description

§Communicators Module

Inter-Process Communication (IPC) patterns.

§Components

  • spreader: Pub/Sub broadcast (1:N communication)
  • event: Event system for M:N communication
  • pipe: Named pipes for 1:1 communication

Modules§

event
pipe
spreader