Anonymous pipes are useful for communication between threads, or between parent and child processes where the pipe handles can be easily passed to the child process when it is created.
英
美
- 匿名管道对线程间通信或是父子进程之间的通信非常有用,对于后者,管道句柄可以轻松地传递给子进程(在子进程创建之时)。