[Tarantool-patches] [PATCH 2/2] fiber: fiber_join -- don't crash on misuse
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Mon Apr 26 23:59:58 MSK 2021
Also you can remove
if (!(fiber->flags & FIBER_IS_JOINABLE))
from lua/fiber.c and check result of fiber_join() so as
not to touch fiber internals there.
More information about the Tarantool-patches
mailing list