Module hotshot_task::dependency
source · Expand description
Simple Dependency types
Structs§
- Defines a dependency that completes when all of its deps complete
- A dependency that listens on a channel for an event that matches what some value it wants.
- Defines a dependency that completes when one of it’s dependencies completes
Traits§
- Type which describes the idea of waiting for a dependency to complete