# Functions
NewTaskEngineState returns a new TaskEngineState.
# Structs
DockerTaskEngineState keeps track of all mappings between tasks we know about and containers docker runs It contains a mutex that can be used to ensure out-of-date state cannot be accessed before an update comes and to ensure multiple goroutines can safely work with it.
# Interfaces
TaskEngineState keeps track of all mappings between tasks we know about and containers docker runs.