Tarantool CE/EE Documentation portal logo
Support
Updated at July 17, 2026   02:08 PM

box.ctl.wait_rw()

wait_rw([timeout])

Wait until box.info.ro is false.

Parameters:

  • timeout (number) — maximum number of seconds to wait

Returns

nil, or error may be thrown due to timeout or fiber cancellation

Example:

tarantool> box.ctl.wait_rw(0.1)---...