Files
kumomta/docs/reference/kumo.mpsc/_index.md
T
Wez Furlong 7d617bb270 add kumo.mpsc.define
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`.
2025-07-23 12:44:10 +01:00

140 B

Module kumo.mpsc

This module provides a Multi-Producer-Single-Consumer queue facility.

Available Functions { data-search-exclude }