On this page
tmux.ControlClient.CloseContext
- Module
- tmux
- Declared in
- ControlClient
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/control_lifecycle.go
- CloseContext ( ctx : context.Context ) error
-
CloseContext starts idempotent control-client shutdown and waits within ctx. The context bounds only the wait: an already-ended context still starts shutdown, and a later call may resume waiting for the same close.
0 declared, 0 inherited