[][src]Module timberwolf::lifecycle

lifecycle and execution subsystem

Enums

Command

a command that tells one of the game loops what to do before the next iteration.

Traits

Context

An object that represents a set of subroutines defining how to run the game. It may encapsulate game state, and it is optionally given ownership of the previous context after a context switch.