macros: re-export main macro from tokio (#1198)

Includes minor fixes and a very basic example.

Fixes #1183
This commit is contained in:
Carl Lerche
2019-06-25 20:14:21 -07:00
committed by GitHub
parent 455782b964
commit dc5fa80a09
6 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- template: azure-patch-crates.yml
- ${{ each crate in parameters.crates }}:
- script: cargo test --lib && cargo test --tests
- script: cargo test --lib && cargo test --tests && cargo test --examples
env:
LOOM_MAX_DURATION: 10
CI: 'True'