|
|
|
|
|
by Matthias247
1953 days ago
|
|
It's a runtime for running lightweight tasks (`Future`s, async functions) on top of it. What is not async about it? And of course it still needs posix threads. The executor needs to run somewhere, and the only somewhere that an OS offers is a thread. |
|
So, it's not clear why you'd abandon the async syntax just because you're compute bound.