Nick Cameron

Results 260 comments of Nick Cameron

> Is this open to community contribution by any chance? Yes please!

I don't have a timeline sorry, I've been a bit busy with other stuff, but have just started writing again. Any feedback on existing work would probably be the most...

Rename 'advanced async/await' to 'more async/await'

Comment on performance motivation: https://bsky.app/profile/graydon-pub.bsky.social/post/3laz2lsae6s22

We can tighten up the language around function signatures for async block functions in the adv async/await chapter (see https://github.com/rust-lang/async-book/pull/236#discussion_r1843277047). Probably after 2024 edition released

## Cancellation, cancellation safety, and structured concurrency There's been a lot of discussion on how we should cover cancellation and cancellation safety (which intersects with whether and how we should...

More on cancellation - as I'm writing about cancellation on its own and select and structured concurrency, I am seeing a lot of overlap, so note to self to go...

Note to make sure we introduce fusing futures/streams somewhere and link from the `select` section.

> Hey @nrc, can the infra team take care of this? You don't need to review the PR, we'll merge it and make sure that the async book website still...

> support fewer ways to install Rust iirc, there are a lot of ways to install Rust via Rustup but the only ones anyone ever uses are `dist` and the...