Module async_slot::unsync [] [src]

A single-thread 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