[][src]Module sv::util::rx

Lightweight reactive library

Structs

Single

A subject that only emits a single value

Subject

Stores the observers for a particular event

Traits

Observable

Event publisher that may be subscribed to

Observer

Observes an event of type T