Skip to main content

Module single_writer

Module single_writer 

Expand description

Single-writer slot implementation.

This module provides a slot implementation where exactly one writer can write to a slot, and multiple readers can read from it.

Structsยง

ExclusiveReader
Exclusive reader for a Storable type.
Reader
Reader for a Storable type.
Writer
Writer for a Storable type.