Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async/await intro #40

Open
anguslees opened this issue Nov 7, 2019 · 1 comment
Open

async/await intro #40

anguslees opened this issue Nov 7, 2019 · 1 comment
Labels

Comments

@anguslees
Copy link

anguslees commented Nov 7, 2019

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 Pin thing
  • 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.)

@clintonmead
Copy link

This is a talk I'd like to listen too. I don't really know a lot about this area and it would be great to get up to speed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants