标签: java multithreading pipe mutex nio
选择器使用管道来唤醒在Linux下执行select()方法的其他阻塞线程。
为什么不使用wait / notify或conditon.await / signal()与线程进行通信?