|
|
|
|
|
by mgoetzke
15 days ago
|
|
For a lot of architectures its also irrelevant. I use sync code and I use async code in my architecture. But more like independent subsystems. They are sync internally and only few places have connections to outside systems or IO. Those can be async. I do understand though that it can be annoying for library authors, especially those that need to interact with the FS/Network etc. |
|