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: [WIP] replace std await! macro with await syntax #1080

Closed
wants to merge 3 commits into from
Closed

async-await: [WIP] replace std await! macro with await syntax #1080

wants to merge 3 commits into from

Commits on May 9, 2019

  1. async-await: replace std await! macro with await syntax

    `await` syntax was implemented in rust-lang/rust#60586, and
    nightly-2019-05-09 has been released with the changes. Also, `await!`
    macro will be removed in the future.
    taiki-e committed May 9, 2019
    Configuration menu
    Copy the full SHA
    50dab6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f771a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bd15b7 View commit details
    Browse the repository at this point in the history