This repository was archived by the owner on Oct 6, 2020. It is now read-only.
Hyper futures
Pre-release
Pre-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 haveimpl FutureResult<A,AzureError>.
Updated references to bleeding edge
TODO
- Test the table code.
- Perform the E2E test.