What is Zig's “Colorblind” Async/Await?
Type Blog post
Created 2020-06-21
Available at kristoff.it/blog/zig-colorblind-async-await
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
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
- 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