Yu Chen
Yu Chen
Same here. The solution is running `python3 -m scripts.headers` before `python3 -m scripts.postproc`. @patr0nus
因为这边使用很多东西包括 Web 服务 rweb 都是基于 tokio 的。换 runtime 不实际。这个库也是可以正常用的。只是担心同时跑两个 runtimes 会不会有问题呢?
实际上还是有影响的呢。我的机子是 8 核 8 线程的。运行只有 tokio 的程序有 9 全线程。加上这个库后变成 20 个线程了呢。 ``` clee-test $ ps -ax|grep hello-tokio 45652 ttys005 0:00.04 target/debug/hello-tokio 45760 ttys007 0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg...