[][src]Module ether_dream_dac_emulator::broadcaster

Items related to the DAC emulator's broadcasting process.

Structs

Broadcaster

The broadcasting side of the DAC.

Enums

Message

Broadcaster::run blocks on the following messages.

Functions

one_hz

A stream that yields the next Item once per second.

one_hz_send

A stream that emits a single Message::Send once per second.

timer_stream

Creates a stream that yields at a rate specified by the given interval duration.