|
|
|
|
|
by Animats
1919 days ago
|
|
I hope not. Then it would be hard to turn async off. My general position on this is that all-async (like Javascript) is OK, and all-threaded is OK, and all green threads (like Go's goroutines) are OK. But those concepts do not play well together in the same program. |
|