interprocess
interprocess copied to clipboard
unnamed_pipe IPC example
It would be nice to have an example of the actual interprocess (i.e. {std,tokio}::process::Command
) use of named_pipe
; the current ones are only between Tokio tasks/threads, where of course you can move
the handle.