one of the main advantages of co-programming over multithreading is that it actively gives up CPU, rather than CPU preemption. in this way, many locks can be avoided in order to avoid preemptive locks. but swoole chooses implicit co-programs, so that...