用於NIO時 一個EventLoop可以對應多個Channel,一個Channel對應一個EventLoop一個EventLoop對應一個執行緒
用於OIO時 一個EventLoop對應一個Channel,一個EventLoop對應一個執行緒