Skip to content
Snippets Groups Projects
  • Konstantin Osipov's avatar
    490a73ed
    gh-812: session.sync() · 490a73ed
    Konstantin Osipov authored
    Provide access to iproto sync via session.sync() binding.
    
    The value is valid only at start of a Lua call before the first yield,
    after which it may be replaced with a sync from another request
    running on the same session.
    490a73ed
    History
    gh-812: session.sync()
    Konstantin Osipov authored
    Provide access to iproto sync via session.sync() binding.
    
    The value is valid only at start of a Lua call before the first yield,
    after which it may be replaced with a sync from another request
    running on the same session.