lua: implement timeout for 'fiber:join'
Implement ability to pass timeout to 'fiber:join' function. If timeout expired, join fails with 'timed out' error. Closes #6203 @TarantoolBot document Title: ability to set timeout for 'fiber:join' function was implemented Implement ability to pass timeout to 'fiber:join' function. If timeout expired, join fails with 'timed out' error.
Showing
- changelogs/unreleased/gh-6203-implement-fiber-join-with-timeout.md 3 additions, 0 deletions...s/unreleased/gh-6203-implement-fiber-join-with-timeout.md
- src/lua/fiber.c 9 additions, 2 deletionssrc/lua/fiber.c
- test/app/gh-6203-fiber-join-with-timeout.result 51 additions, 0 deletionstest/app/gh-6203-fiber-join-with-timeout.result
- test/app/gh-6203-fiber-join-with-timeout.test.lua 21 additions, 0 deletionstest/app/gh-6203-fiber-join-with-timeout.test.lua
Please register or sign in to comment