session.Session.refreshed
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- packages/libtmux/src/session.ts
- Other languages
- Python Ruby Lua RustGoJava.NETC++ Swift
-
This session, read again at a new instant.
The receiver keeps the instant it was read at; the answer is a new handle on a new snapshot, so neither reading contradicts itself.
Examples
const later = await session.refreshed();later.windows.count();In other ports Read a session again
- Python
libtmux.Session.refresh - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- Rust
session.Session.refresh - Go
tmux.Session.Refresh - Java
io.github.libtmux.Session.Session.refresh - .NET
LibTmux.Session.RefreshAsync - C++
libtmux::Session::refresh - Swift reads are snapshots;
Server.snapshot()takes a new one rather than refreshing a handle
- Python
0 declared, 0 inherited