LibTmux.Server.StartServerAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Lifecycle.cs
- Other languages
- Python Ruby Lua TypeScript RustGo Java C++ Swift
- StartServerAsync ( cancellationToken : CancellationToken ) Task
-
Starts the tmux server without creating a session.
No handle comes back because there may be nothing to describe: a tmux server holding no sessions exits as soon as it starts. Materialize with
ConnectAsynconce a session exists.- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other ports Start the server without creating a session
- Python
libtmux.Server.start_server - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust
server.Server.start - Go
tmux.Server.Start - Java no equivalent on
Server - C++ no equivalent on
Server - Swift
Server.startServer()
0 declared, 0 inherited