libtmux Reference MCP Search
On this page

Server

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/Server.swift
struct Server : struct Server
struct [source]
struct [source]
struct Server

A tmux server, addressed by its endpoint.

Server is a value: copying one is free, copies compare equal, and passing one across a task boundary needs no ceremony. The mutable part — the process boundary and anything cached about the running daemon — lives behind an actor that every copy shares, so two copies of the same server coordinate with each other rather than racing.

Discussed in Socket and servers

90 declared, 0 inherited

Members

Esc

Type to search.