查看会员资料
用 户 名:Zephyr *******
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
Pipe
- 一个双线程安全的Pipe实现。一个线程在端读,另一个线程在另一端写,可以用做线程间通信。-A two-threads safe Pipe implement. One thread writes on the in-side, and another thread reads on the other side. U can use it to communicate in two threads. It s safe!