tmuxtest.ControlMode.CloseContext
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- tmuxtest
- Declared in
- ControlMode
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/tmuxtest/control.go
- CloseContext ( ctx : context.Context ) error
-
CloseContext starts an idempotent shutdown and waits within ctx. Concurrent calls join the same shutdown. If ctx ends after shutdown starts, shutdown continues and a later call may wait for completion; an already-ended ctx does not start shutdown.
0 declared, 0 inherited