Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

io.github.libtmux.Channel.Channel.await

Java
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
io.github.libtmux.Channel
Declared in
Channel
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Channel.java
await ( timeout : Duration ) → WakeReason
method [source]
method [source]
await

Waits for something to signal the channel.

Parameters
  • timeout ( Duration ) – how long to wait

Returns

why the wait ended, which is never simply "successfully"

Raises
  • InterruptedException – if the waiting thread is interrupted, which is a cancellation rather than a timeout and so is not reported as one

0 declared, 0 inherited

Esc

Type to search.