Skip to content
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

Track caller when spawning async tasks #174

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

davidlattimore
Copy link
Collaborator

This allows separate calls to spawn to show separately in tokio-console, rather than having it show all tasks as originating from the spawn function itself.

This allows separate calls to `spawn` to show separately in
tokio-console, rather than having it show all tasks as originating from
the `spawn` function itself.
Copy link
Collaborator

@mmastrac mmastrac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmastrac mmastrac merged commit f6ec965 into zeromq:master Oct 30, 2023
3 checks passed
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.

None yet

2 participants