Skip to main content

Module last_value

Module last_value 

Source
Expand description

LastValue channel implementation.

A channel that stores only the most recent value written to it.

Structsยง

LastValue
A channel that stores the last written value.