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

Endpoint

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/Endpoint.swift
enum Endpoint : enum Endpoint
enum [source]
enum [source]
enum Endpoint

Where a tmux server listens.

tmux resolves a *name* against $TMUX_TMPDIR at exec time, so the same name can denote different servers in different environments. A *path* denotes one socket. The two are mutually exclusive, and a value of either kind is always addressable — the length check that a path must pass happens here rather than at bind time, where it would surface as an opaque failure.

5 declared, 2 inherited

Members

Inherited members

Reached through Equatable.!=(_:_:), Decodable.init(from:).

  • !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
  • init(from:) Decodable.init(from:) Creates a new instance by decoding from the given decoder.
Esc

Type to search.