-
Notifications
You must be signed in to change notification settings - Fork 530
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
Closed Supervisor
strangeness
#3394
Comments
I would like to give it a stab 🥊 But if it's not too much to ask, I'd like to clarify a few aspects.
|
@alexandrustana awesome, thanks!
Hmm, that
We had and have various bugs in We currently have two implementations of
We use an
Let me know if you have questions about anything! |
But since |
Not really. Imagine the following scenario where
|
Took a while, but I finally understood the race condition 😅 sorry for that. In my mind, there were some delays between the threads. |
Only now I saw on Discord that @mn98 already wanted to fix this issue. Didn't intend to steal the ticket 😞 sorry. |
That is absolutely fine, I am very happy to follow along here and learn🙂 |
It seems, that a closed (finalized)
Supervisor
happily starts fibers, and never cancels/joins themThis prints:
Oviously we shouldn't leak the
Supervisor
object, but still, this feels wrong...The text was updated successfully, but these errors were encountered: