What is Zig's “Colorblind” Async/Await?

from blog Loris Cro's Personal Website, | ↗ original
An introduction to Zig's curious concurrent programming API.Zig is a new, general-purpose programming language that is rethinking from the ground up the way languages and related tooling should work. I’ve already discussed compile-time code execution, and now I’m going to introduce another innovative concept from the language: async/await.But wait a minute, isn’t async/await present also...