Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Swift API

Swift documentation

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/Server.swift
Other languages
PythonRubyLuaTypeScriptRustGoJava.NETC++
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 Testing with libtmux · Swift MCP examples , Swift workspace internals · Architecture , Socket and servers

In other ports A tmux server

105 declared, 1 inherited

Members

Inherited members

Reached through Equatable.!=(_:_:).

  • !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
Esc

Type to search.