|
|
|
|
|
by otabdeveloper4
1015 days ago
|
|
The cost of context switching in "async" code is very rarely smaller than the cost of switching OS threads. (Exception is when you'ree using a GC language with some sort of global lock.) "Async" in native code is cargo cult, unless you're trying to run on bare metal without OS support. |
|