[go: up one dir, main page]

Expand description

std::stream extensions.

Structs

Debounce the stream.

Delay execution of a stream once for the specified duration.

Delay execution of a stream once until the specified instant.

A stream representing notifications at fixed interval

Filter out all items after the first for a specified time.

A stream with timeout time set

A stream with timeout time set

Traits

Extend Stream with time-based operations.

Functions

Creates a new stream that yields at a set interval.