Module traits

Source
Expand description

A set of common traits used across GWR Engine.

Traits§

Event
The Event trait defines an object that can be used as an Event
Resolve
Complete any pending transactions.
Resolver
A Resolver is used to register any Resolve functions that need to be called.
Routable
The Routable trait provides an interface to an object to enable it to be routed
Runnable
The Runnable trait defines any active functionality that is spawned by a component.
SimObject
A super-trait that objects that are passed around the simulation have to implement
TotalBytes
The TotalBytes trait is used to determine how many bytes an object represents

Type Aliases§

BoxFuture