Live data from Hacker News

Book Exploring Async Basics

cfsamson.github.io

1–8 of 8 posts

Re: Book Exploring Async Basics

#6
post #3

I would appreciate if the title said it's for js (and not rust)

Why? Would you not prefer an accurate title over a misconception?

The book’s title is “The Node Experiment - Exploring Async Basics with Rust”.

The reference to Node is that the book reimplements a similar system to Node’s event loop, but using Rust, to learn more about Rust’s async support.

Node is chosen as a well known async model for this generation’s developers.