mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 09:25:04 +01:00
update docs
This commit is contained in:
parent
4ec67dee07
commit
6776616e05
1 changed files with 1 additions and 3 deletions
|
|
@ -417,9 +417,7 @@ impl ChannelsState {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Executes an operation on the channel.
|
/// Executes an operation on the channel.
|
||||||
///
|
/// If the channel has already been closed, the operation is dropped.
|
||||||
/// # Panics
|
|
||||||
/// This will panic when the channel has already been closed.
|
|
||||||
pub fn do_operation(&mut self, op: ChannelOperation) {
|
pub fn do_operation(&mut self, op: ChannelOperation) {
|
||||||
op.trace();
|
op.trace();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue