[Asynchronous vs Multithreading - Is there a difference? - stackoverflow](
https://stackoverflow.com/questions/600795/asynchronous-vs-multithreading-is-there-a-difference)
这几天看到一个帖子,于是乎搜什么 IO 是不需要创建线程。似乎 AIO 是不需要创建线程,现在的疑问,NIO 每次进行 IO 操作时,是否需要创建线程 /利用线程池已有的线程。