mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-09 03:52:13 +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`.
6 lines
140 B
Markdown
6 lines
140 B
Markdown
# Module `kumo.mpsc`
|
|
|
|
This module provides a Multi-Producer-Single-Consumer queue facility.
|
|
|
|
## Available Functions { data-search-exclude }
|