Model

Base template for all models. Provides utility methods for AsyncChaining and a base constructor that calls the parent IModel constructor.

Members

Functions

after
auto after(Duration delay)

Allows chaining based on a delay. Returns a new AsyncChainer of this type.

chain
auto chain()

Allows arbitrary chaining. Returns a new AsyncChainer of this type.

Meta