Module glommio::channels

source ·
Expand description

glommio::channels is a module that provides glommio channel-like abstractions.

Modules§

  • A mesh-like structure to connect a set of executors
  • Allow data to be transmitted across two tasks in the same shard.
  • Sharding utilities built on top of full mesh.
  • Allow data to be transmitted across two tasks in different executors.
  • A single-producer, single-consumer lock-free queue, allowing two threads to efficiently communicate.