We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当前线程设置的一个值,在子线程,子子线程,孨线程中都可以访问到。
当创建很多复杂的子线程时,如何能在所有子线程中清理掉 remove() 那些值? 是需要找到所有子线程依次调用 remove清理吗?还是这个已经实现了无需自己手动清理?
谢谢!
The text was updated successfully, but these errors were encountered:
问题重复。参见已有Issue中的说明:
是需要找到所有子线程依次调用 remove清理吗?还是这个已经实现了无需自己手动清理?
@oldbig 简单地说,TTL传递(capture/replay/restore)中的 restore 做了恢复, 即在任务执行完成后,会自动清除带过来的上下文。
进一步系统理解或确认,请看
Sorry, something went wrong.
谢谢 @oldratlee !
oldratlee
No branches or pull requests
当前线程设置的一个值,在子线程,子子线程,孨线程中都可以访问到。
当创建很多复杂的子线程时,如何能在所有子线程中清理掉 remove() 那些值?
是需要找到所有子线程依次调用 remove清理吗?还是这个已经实现了无需自己手动清理?
谢谢!
The text was updated successfully, but these errors were encountered: