# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
关闭的管道可以读.
读nil管道会阻塞.
关闭的管道不可写,否则panic send on closed channel.
写nil管道不会阻塞.
ReadChanReturnValue 用于测试读取管道时的第二个参数到底是什么含义? 第二个参数代表是否成功读取了数据。(不代表是否关闭).
No description provided by the author