main: allow spurious wakeups in on_shutdown_f
It will yield until the is_shutting_down flag is set by tarantool_exit(). This allows to get rid of the FIBER_IS_CANCELLABLE flag, which is no longer used anywhere in Tarantool. Part of #7166 NO_DOC=internal NO_CHANGELOG=internal
test/luatest_helpers/fiber.lua
0 → 100644
Please register or sign in to comment