Module dvcompute::simulation::observable::disposable[][src]

Expand description

Defines the disposable computation.

Structs

A concatenation of the Disposable computations.

The Disposable constructed by the specified function.

The Disposable box value.

An event that calls the Disposable computation.

An empty Disposable that disposes nothing.

A merge of two Disposable computations.

Trace the computation.

Traits

The computation that disposes the observable subscription.

Allows converting to Disposable computations.

Functions

Concatenate Disposable objects.

Create a Disposable by the specified function.

Create an empty Disposable.

Trace the computation.