On this page
limits.DispatchLimits.DEFAULT_IN_FLIGHT
- Module
- limits
- Declared in
- DispatchLimits
- Package
- libtmux
- Source
- crates/libtmux/src/limits.rs
-
How many dispatches may run at once by default.
tmux serializes commands on its own thread, so more clients than this buys queueing rather than throughput.
0 declared, 0 inherited