-
Notifications
You must be signed in to change notification settings - Fork 16.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Runnable.with_listeners() #12549
Conversation
nfcampos
commented
Oct 30, 2023
- This binds start/end/error listeners to a runnable, which will be called with the Run object
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation would be useful to explain what the goal of the code is and when one might want to use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it. Works for me!
- This binds start/end/error listeners to a runnable, which will be called with the Run object
5c52b10
to
1f482e0
Compare
- This binds start/end/error listeners to a runnable, which will be called with the Run object
- This binds start/end/error listeners to a runnable, which will be called with the Run object