Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

core: Rewrite await!(future) to future.await #1726

Merged
merged 6 commits into from
Oct 11, 2019

Commits on Sep 27, 2019

  1. core: Rewrite await!(future) to future.await

    This resolves holochain#1723 by migrating away from the old syntax
    
    The other change this commit makes is removing
    `#![feature(await_macro)]`
    invocations
    timotree3 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    8b9325e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    368958f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69965f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b94a78 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    68585ee View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    0d957f8 View commit details
    Browse the repository at this point in the history