Open
Description
fiber.cond():wait() throws an arror if fiber is cancelled
Product: Tarantool
Since: 2.7.1, 2.6.2, 2.5.3, 1.10.9
Audience/target:
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/fiber/#lua-function.cond_object.wait
SME: @sergos
Peer reviewer: @
Details
Currently fiber.cond():wait()
throws an error if waiting fiber is
cancelled.
Requested by @sergos in tarantool/tarantool@bd03dfc.
See more details in the issue comments.