|
|
|
|
|
by funcDropShadow
894 days ago
|
|
Async programming is not an alternative to semaphores and mutexes. It is an alternative to having more threads. The substantial drawback of async programming in most implementations is that stack traces and debuggers become almost useless; at least very hard to use productively. |
|