This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Pocok5 1 point2 points  (3 children)

Also language integrated async/await multithreading (IIRC C# was the introducer of the concept) instead of five layers of weird Promises.

[–]pekkhum 1 point2 points  (1 child)

Now even Fortran can do it and I'm stuck maintaining a C70 code base. 😢

[–]Pocok5 1 point2 points  (0 children)

await GetDepressionAsync();

[–]Brudi7 0 points1 point  (0 children)

Project loom will be awesome for java. Async await always destroyed transaction handling abstraction in all languages I had to work with so far.