Expand description
functions execute sub-tier. Standard and SwissSystem are
chunk-or-id streaming leaves; their bare-naked execute returns
Stream<ResponseItem> and the inner stream is mapped into the
tier’s ResponseItem directly.
Modules§
- standard
functions execute standard— in-process chunk-or-id streaming handler.- swiss_
system functions execute swiss-system— in-process chunk-or-id streaming handler. Same two-mode shape asstandard, withStrategy::SwissSystem { pool, rounds }instead of the default.