On this page
session.Session.refreshed
- Module
- session
- Declared in
- Session
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/session.ts
-
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();
0 declared, 0 inherited