MCPcopy Create free account
hub / github.com/NetSys/NetBricks / MpscQueue

Class MpscQueue

framework/src/queues/mpsc_mbuf_queue.rs:22–30  ·  view source on GitHub ↗

A multiproducer single consumer queue for mbufs. The main difference when compared to `std::sync::mpsc` is that this does not use a linked list (to avoid allocation). The hope is to eventually turn this into something that can carry `Packets` or sufficient metadata to reconstruct that structure.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected