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


Resource | v1 | created by jjones |
Type Blog post
Created 2020-06-21
Identifier unavailable

Description

An introduction to Zig's curious concurrent programming API. Async/await in Zig combines with compile-time execution, allowing functions to implicitly become async and whole libraries to work transparently in both blocking and evented I/O mode in a way that’s very much unique to Zig.

Relations

about Zig

Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reus...

about Colored functions

Since you can’t call async functions from non-async code, you end up with a lot of duplicated effort,...


Edit details Edit relations Attach new author Attach new topic Attach new resource
0.0 /10
useless alright awesome
from 0 reviews
Write comment Rate resource Tip: Rating is anonymous unless you also write a comment.
Resource level 0.0 /10
beginner intermediate advanced
Resource clarity 0.0 /10
hardly clear sometimes unclear perfectly clear
Reviewer's background 0.0 /10
none basics intermediate advanced expert
Comments 0
Currently, there aren't any comments.