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

Lua: make it possible to create new fibers.

Add box.fiber.create(), box.fiber.resume(),
fiber.yield(), box.fiber.detach().

Add tests.

Makce fiber cancellation implementation
more robust and quick, so that it
is actually usable from Lua.
Debug.
parent 44dc928b
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