[][src]Module cozal::core::schedule_stream

Structs

Peekable
TargetStream

Stream for the to_realtime method.

Enums

StatefulSchedulePoll

A modified version of futures::task::Poll, which has two new variants: Scheduled and Done.

Traits

ScheduleStream

A modified stream that allows for 'scheduling' events.

StatefulScheduleStream

A modified stream that allows for 'scheduling' events.

StatefulScheduleStreamExt
StatefulScheduleStreamTimestampExt

An extension trait for ScheduleStreams that provides the to_realtime method only (for now).

Timestamp

Timestamps are the types used by ScheduleStreams to allow for streams that need a more complex timestamp type.