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

Implement the delay queue for exited thread #365

Merged
merged 7 commits into from
Nov 24, 2022

Conversation

yaofighting
Copy link
Contributor

Description

Implement the delay queue for exited thread.
When the thread exits, it is not destroyed immediately, but cached in the delay queue, so as to avoid losing the data in the period before the thread exits

Related Issue

Motivation and Context

How Has This Been Tested?

@yaofighting yaofighting force-pushed the fix-tid-delete branch 3 times, most recently from 50e24af to 999f552 Compare November 23, 2022 03:33
…yzer for the first time

Signed-off-by: yaofighting <siyao@zju.edu.cn>
Signed-off-by: yaofighting <siyao@zju.edu.cn>
Signed-off-by: yaofighting <siyao@zju.edu.cn>
Signed-off-by: yaofighting <siyao@zju.edu.cn>
Signed-off-by: yaofighting <siyao@zju.edu.cn>
Signed-off-by: yaofighting <siyao@zju.edu.cn>
Signed-off-by: yaofighting <siyao@zju.edu.cn>
@dxsup dxsup merged commit d4e8e64 into KindlingProject:main Nov 24, 2022
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.

2 participants