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

A fix and a test case for Bug#911641

A fix and a test case for Bug#911641
"box.fiber.sleep() works incorrectly if a fiber is attached".

Use symmetric scheduling for attached fibers. This allows box.insert(),
box.update(), box.delete() box.fiber.sleep() in an attached
fiber just the same way as in a detached one.

Add tests.

Now it's possible to resume() a fiber created in another fiber.
parent 7e27b595
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