/async-await-class

Stubs of the Code used with the RustConf 2018 Async/Await Class

Primary LanguageRustApache License 2.0Apache-2.0

RustConf Async/Await Class 2018

If you want to run the examples you'll need to have cargo and rustc installed:

  1. It's recommended that you pin the directory to the nightly-2018-07-14 compiler so the examples work
  2. cargo run --bin waker
  3. cargo run --bin timer
  4. cargo run --bin tiny

License

Licensed under either of

at your option.

Licensing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.