mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-10 16:01:29 +00:00
This function allows defining a non-durable, non-persistent, in-memory queue that is intended to be used as glue when building up more advanced processing flows within kumomta. The intent is that the queue is processed from within a task spawned via `spawn_task`.
140 B
140 B
Module kumo.mpsc
This module provides a Multi-Producer-Single-Consumer queue facility.