[][src]Module rubble::link::queue

An SPSC queue for data channel PDUs.

Data channel PDUs are received and transmitted in time-critical code, so they're sent through this queue to be processed at a later time (perhaps in the application's idle loop).

Structs

Consume

Bundles a T along with information telling a queue whether to consume a packet.

Consumer

Reading end of a packet queue.

Producer

Writing end of a packet queue.

Functions

create

Converts a BBQueue to a pair of packet queue endpoints.