This commit is contained in:
parent
6e5c985719
commit
1b796d0ce7
46 changed files with 1755 additions and 691 deletions
|
|
@ -50,7 +50,6 @@ pub async fn run_pipe_demo(
|
|||
.finish()
|
||||
.await
|
||||
.map_err(|e| mtp::common::PipeError::IoError(e.to_string()))?;
|
||||
println!(" [pipe {i}.{run}] writer: data sent and finished");
|
||||
Ok::<(), mtp::common::PipeError>(())
|
||||
}
|
||||
Ok(None) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue