Skip to content
Snippets Groups Projects
Commit 132cb94b authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

A fix and a test case for gh-131

Fix a hang on box.fiber.resume() of an attached fiber which gets
cancelled.
When the child fiber got cancelled before detach, the parent
never was woken up, and would hang forever.
Wake up the parent, and, in the parent, do not try to access
a dead fiber.
parent cb46dce9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment