-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Timed to roughly coincide with the Rust 1.39 release: a Rust async/await intro talk.
- Background and alternatives (Futures 0.1, green threads, kernel threads)
- That
Pinthing - How to use it in practice
- Common workarounds for the missing bits
(I'm no expert in the area, but I have been reading and following the upstream developments, and writing async code against the beta.)
bitshifter and rukai