libtmux Reference MCP Search
On this page

blocking.Runtime.new

View as Markdown

Module
blocking
Declared in
Runtime
Package
libtmux
Source
crates/libtmux/src/blocking.rs
new ( ) Result<Self, Error>
method [source]
method [source]
new

Build a single-threaded runtime.

Single-threaded is the right default here. The work is waiting on subprocesses, so extra threads buy nothing and would make a script's behavior depend on how many cores it happened to run on.

Errors

Returns an error when the operating system refuses the resources a runtime needs.

0 declared, 0 inherited

Esc

Type to search.