|
|
|
|
|
by tybit
1767 days ago
|
|
> Personally I've always had my reservations around async, it seems a paradigm that makes things gratuitously harder. This is one of the major driving forces behind Loom being done so differently to how they’re done elsewhere. Async became so popular due to sync code not scaling for large concurrent use cases.
Loom is about leaving sync application code be, and optimising the underlying runtime instead. |
|