Skip to main content

Module execute

Module execute 

Source
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 as standard, with Strategy::SwissSystem { pool, rounds } instead of the default.

Functions§

execute