Function align_input

Source
pub(super) fn align_input<const YIELD_RIGHT_CHUNKS: bool>(
    left: Executor,
    right: Executor,
) -> impl Stream<Item = Result<InternalMessage, StreamExecutorError>>