On this page
Server.signal(_:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Wait.swift
-
Releases one waiter on
channel.Signalling a channel nobody is waiting on does not queue: it leaves the channel ready, so the next wait returns at once and spends it. A second signal puts the channel back rather than storing a second release, so an unpaired signal is worth avoiding — what a later wait does depends on how many went unmatched, not how many were sent.
- Raises
Discussed in Waiting and retrying
0 declared, 0 inherited