Description
In-memory message buffers can support low-level communication between Lua threads.
This package is useful for developers building concurrent Lua applications that pass data between worker threads. It is a threading communication library, not a message broker service.
Shared communication buffers can create races or lost messages if protocols are unclear. Test backpressure and shutdown behavior.