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
- 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
-
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