Skip to content

probe: Return input stream#747

Merged
antiguru merged 1 commit intoTimelyDataflow:masterfrom
antiguru:probe_stream
Mar 3, 2026
Merged

probe: Return input stream#747
antiguru merged 1 commit intoTimelyDataflow:masterfrom
antiguru:probe_stream

Conversation

@antiguru
Copy link
Member

The probe function returns the input stream it was called on. This avoids the need for the user to clone the stream if they want to create and attach a probe. The function now returns the handle and stream.

The `probe` function returns the input stream it was called on. This avoids
the need for the user to clone the stream if they want to create and attach
a probe. The function now returns the handle and stream.

Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
@antiguru antiguru merged commit 58132e1 into TimelyDataflow:master Mar 3, 2026
8 checks passed
antiguru added a commit to TimelyDataflow/differential-dataflow that referenced this pull request Mar 3, 2026
Compatibility with TimelyDataflow/timely-dataflow#747. Also updates
`Collection::probe` to return a `(handle, collection)` similar to what
`probe` returns.

Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
antiguru added a commit to TimelyDataflow/differential-dataflow that referenced this pull request Mar 3, 2026
Compatibility with TimelyDataflow/timely-dataflow#747. Also updates
`Collection::probe` to return a `(handle, collection)` similar to what
`probe` returns.

Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant