|
|
|
|
|
by n1c00o
862 days ago
|
|
Really good critique of the current state of handling, but my opinion is still that the language should not itself makes any design decision on async. I believe everything should just keep being a set of instructions that are executed accordingly to the machine, and that's it. It helps ensuring the language semantics are still relevant on newer execution machines. Indeed, async v. sync should be a matter of the application and the application only. |
|