On this page
server.channels.Server
- Module
- server.channels
- Package
- libtmux
- Source
- crates/libtmux/src/server/channels.rs
4 declared, 0 inherited
Members
- lock_channel method Lock a
wait-forchannel, blocking later lock attempts on it. - signal_channel method Signal a
wait-forchannel, releasing anything waiting on it. - unlock_channel method Unlock a
wait-forchannel. - wait_for_channel method Wait for a
wait-forchannel to be signalled.