Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Hyper futures

Pre-release
Pre-release

Choose a tag to compare

@MindFlavor MindFlavor released this 01 Jul 21:47
· 557 commits to master since this release

Migrated all code to asynchronous hyper using Futures

Breaking changes

  • Almost everything is now a future. So whenever you had a Result<A,AzureError> now you have impl FutureResult<A,AzureError>.

Updated references to bleeding edge

TODO

  • Test the table code.
  • Perform the E2E test.