Expand description
Component basics.
Modules§
- decoders
- Encoder component basics.
- destinations
- Destination component basics.
- encoders
- Encoder component basics.
- forwarders
- Forwarder component basics.
- relays
- Relay component basics.
- sources
- Source component basics.
- transforms
- Transform component basics.
Structs§
- Child
Builder - Builder for a yet-to-be-spawned child task.
- Component
Context - A component context.
- Component
Spawner - Component-scoped spawner for child tasks.
- OneShot
- Marks a builder whose worker can only be initialized once.
- Restartable
- Marks a builder whose worker can be initialized more than once.
Enums§
- Component
Type - Component type.
Traits§
- Builder
State - The kind of worker a
ChildBuilderis describing.