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
The new function can be used instead of box.watch() in case the caller
only needs to retrieve the current value without subscribing to future
changes.
Requested by @locker in tarantool/tarantool@f899bb6.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Product: Tarantool
Since: 3.0
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_events/
SME: @ locker
Details
The function takes a notification key and returns the value currently
associated with it.
The new function can be used instead of
box.watch()
in case the calleronly needs to retrieve the current value without subscribing to future
changes.
Requested by @locker in tarantool/tarantool@f899bb6.
The text was updated successfully, but these errors were encountered: