杨冬生
杨冬生
@ChuanTS - 首先`I/O callbacks`这个阶段,名字有点误导,并不是所有I/O的回调都在这里执行,官网上举的例子是 > For example if a TCP socket receives ECONNREFUSED when attempting to connect, some *nix systems want to wait to report the error. This will be...
Hi, I found that there are many difference between the npm version with github, and the guide code of github matches the github version, so I guess the github version...
2w star没有代码的project我服
@ihaichao you should focus on **where to use `this.virtualRects`**. `this.virtualRects` is a variable to store all of `waterfall-slot`'s rect info. Where you can't understand `this.virtualRects = metas.map(() => ({}))` is...