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

Support the context switch inside the thread #60

Open
dolanzhao opened this issue Dec 20, 2022 · 0 comments
Open

Support the context switch inside the thread #60

dolanzhao opened this issue Dec 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dolanzhao
Copy link
Collaborator

Golang implements routines switch inside the OS thread, and the routine may pause in one OS thread and resume in another thread. So the tree build per thread may give the wrong call stack. We need to implement the API let the client can set the current context to solve this problem.

@dolanzhao dolanzhao added the enhancement New feature or request label Dec 20, 2022
@dolanzhao dolanzhao self-assigned this Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant