Module async_slot::sync [] [src]

A thread-safe variant of an unbounded channel that only stores last value sent

Structs

Receiver

The receiving end of a channel which preserves only the last value

Sender

Slot is very similar to unbounded channel but only stores last value sent

Functions

channel

Creates an in-memory Stream which only preserves last value