You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Комментарий от EvgenyMekhanik:
«Timeout задаем в параметре функции f:join(0.1).
Параметр — число большее или равное 0.
Если таймаут истекает раньше, чем файбер завершится, то join завершится с ошибкой»
The text was updated successfully, but these errors were encountered:
art-dr
added this to the
Estimate [@arctic_dreamer] milestone
Dec 3, 2021
art-dr
added
server
[area] Task relates to Tarantool's server (core) functionality
reference
[location] Tarantool manual, Reference part
labels
Dec 3, 2021
art-dr
changed the title
ability to set timeout for 'fiber:join' function was implemented
[2pt] ability to set timeout for 'fiber:join' function was implemented
Dec 3, 2021
art-dr
removed this from the
Estimate [@arctic_dreamer] milestone
Dec 6, 2021
veod32
changed the title
[2pt] ability to set timeout for 'fiber:join' function was implemented
Ability to set timeout for 'fiber:join' function was implemented
Mar 6, 2023
Product: Tarantool
Since: 2.8
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/fiber/#lua-function.fiber_object.join
SME: @ EvgenyMekhanik
Details
Implement ability to pass timeout to 'fiber:join' function.
If timeout expired, join fails with 'timed out' error.
Requested by @ EvgenyMekhanik in tarantool/tarantool@9a1a9f0
Комментарий от EvgenyMekhanik:
«Timeout задаем в параметре функции f:join(0.1).
Параметр — число большее или равное 0.
Если таймаут истекает раньше, чем файбер завершится, то join завершится с ошибкой»
The text was updated successfully, but these errors were encountered: