Traitsยง
- Async
System - A
System
, executed with a set of requiredResource
s asynchronous. - Dynamic
System Data - A struct implementing system data indicates that it bundles some resources which are required for the execution.
- System
- A
System
, executed with a set of requiredResource
s. - System
Data - A static system data that can specify its dependencies at statically (at
compile-time). Most system data is a
SystemData
, theDynamicSystemData
type is only needed for very special setups.