Traitsยง
- Async
System - A
System, executed with a set of requiredResources 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 requiredResources. - System
Data - A static system data that can specify its dependencies at statically (at
compile-time). Most system data is a
SystemData, theDynamicSystemDatatype is only needed for very special setups.