You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: clarify Pipeline vs AsyncPipeline variadic ordering
Applied sjrl's review feedback. The previous text was wrong about
DocumentJoiner (it behaves the same as a promoted variadic socket) and
it missed the difference between Pipeline and AsyncPipeline.
Pipeline schedules components alphabetically, so the resulting list is
ordered by sender name. AsyncPipeline runs branches in parallel, so
ordering is not guaranteed. Updated both the connect() docstring and
the _make_socket_auto_variadic note, plus the release note.
0 commit comments