Crate discro

source ·
Expand description

Discrete observables for asynchronous Functional Reactive Programming (FRP).

§Crate Features

One of the following (mutually exclusive) features must be enabled to select a concrete implementation:

Modules§

  • Tasklets for processing observed values.

Structs§

  • Indicates that the publisher has been dropped.
  • Read/write a shared value and emit change notifications on write.
  • A borrowed reference to the shared value.
  • Read a shared value and receive change notifications asynchronously.

Functions§