On this page
io.github.libtmux.Channel.Channel.awaitReservingCapacity
- Module
- io.github.libtmux.Channel
- Declared in
- Channel
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Channel.java
- awaitReservingCapacity ( timeout : Duration ) WakeReason
-
Waits while preserving process capacity for a call through this server that signals it.
<p>Use this when the waiter and its release share a bounded transport. A wait released outside that transport should use
#await; reserving capacity for it only rejects useful concurrency.- Raises
-
-
io.github.libtmux.transport.TmuxTransportException – if the wait could not be dispatched
-
0 declared, 0 inherited