Module ringbuf::wrap::direct

source ·
Expand description

Direct implementation.

All changes are synchronized with the ring buffer immediately.

Structs§

  • Direct wrapper of a ring buffer.

Type Aliases§

  • Consumer of a ring buffer.
  • Observer of a ring buffer.
  • Producer of a ring buffer.