Module hotshot_testing::test_task

source ·
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§

Functions§

Type Aliases§