Expand description

the TestTask struct and associated trait/functions

Structs§

  • A basic task which loops waiting for events to come from event_receiver and then handles them using it’s state It sends events to other Tasks through event_sender This should be used as the primary building block for long running or medium running tasks (i.e. anything that can’t be described as a dependency task)

Enums§

Traits§

  • Type for mutable task state that can be used as the state for a Task

Functions§