随笔分类 -  Node.js

001--Node.js之EventLoop
摘要:The event loop is what allows Node.js to perform non-blocking I/O operations — despite the fact that JavaScript is single-threaded — by offloading ope 阅读全文
posted @ 2019-05-10 17:12 旧梦丶 阅读(118) 评论(0) 推荐(0)