Closed ysusuk closed 5 years ago
I have 2 definitions for Pipe, not sure which one is more correct!?
Pipe
source
sink
I have 2 definitions for
Pipe
, not sure which one is more correct!?Pipe
is a function transferring data from one thread to another in non blocking way!Pipe
is thread safe a data structure withsource
you can read from andsink
you can write into.