C async/await - Part 1
Introduction
One of the things that grabbed my attention the most while I was having a first look at the features provided by the Zig language was the async/await keywords (even though they have been finally discarded).
const net = @import("std").net...
textmode.dev6 min read