Colored functions
Topic history | v2 (current) | updated by jjones
Details
Colored functions
see v2 | updated by jjones | Edit topic "Function color"
- Title
- Colored functions
- Description
- Since you can’t call async functions from non-async code, you end up with a lot of duplicated effort, where you need to reimplement parts of your standard library and all networking-related libraries to account for async/await.
- Link
- https://kristoff.it/blog/zig-colorblind-async-await/#function-coloring
Function color
see v1 | created by jjones | Add resource "Zig, Parser Combinators - and Why They're Awesome"
- Title
- Function color
- Description
- Since you can’t call async functions from non-async code, you end up with a lot of duplicated effort, where you need to reimplement parts of your standard library and all networking-related libraries to account for async/await.
- Link
- https://kristoff.it/blog/zig-colorblind-async-await/#function-coloring
resources
treated in What is Zig's “Colorblind” Async/Await?
has official What Color is Your Function?
treated in Rust's async isn't f#@king colored!
authors
This topic has no history of related authors.