IO多路复用及在java、go中的实现 IO多路复用,英文是Multiplexing,又称为事件驱动, 多路复用有三种实现方式: select实现 poll实现 epoll实现 java实现 go实现 ...