|
|
|
|
|
by gavinray
1512 days ago
|
|
This hasn't been that much of a problem, IME If you decide somewhere deep in your program you want to use async operations, most languages allow you to keep the invoking function/closure synchronous and return some kind of Promise/Future-like value |
|