-
Notifications
You must be signed in to change notification settings - Fork 2
runtime: Add TaskContext to get ids of task, engine and worker #56
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
base: main
Are you sure you want to change the base?
runtime: Add TaskContext to get ids of task, engine and worker #56
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
35b32a4 to
08af709
Compare
pawelrutkaq
left a comment
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.
Last small comments
| /// Sets the given task for the current context. | ||
| pub(crate) fn new(task: TaskRef) -> Self { | ||
| ctx_set_running_task(task); | ||
| TaskContextGuard {} |
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.
Self
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.
done
Added TaskContext to get ids of task, engine and worker of currently executing task.
08af709 to
7d81a0a
Compare
Added TaskContext to get ids of task, engine and worker of currently executing task.
Notes for Reviewer
Pre-Review Checklist for the PR Author
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Closes #55