metrics/metrics-runtime/examples
Daniel Fox Franke cf5691fe2a Migrate to core::futures (#65)
* Migrate to core::futures

This drops all dependencies on the 'futures' crate, and upgrades to
hyper-0.13 and tokio-0.2. Methods that return futures now use
async/await.

Since hyper has removed hyper_run(), I have in turn removed the
HttpExporter::run() method. The user should just call async_run()
and spawn or await the result however they wish.

* Bump CI minimum rust to 1.39 for async/await

Co-authored-by: Toby Lawrence <tobz@users.noreply.github.com>
2020-01-14 23:11:42 -05:00
..
benchmark.rs Fix tests and update some dependencies (#53) 2019-10-18 09:11:23 -04:00
facade.rs Migrate to core::futures (#65) 2020-01-14 23:11:42 -05:00
stdbenchmark.rs Add label support + rename crates. (#27) 2019-07-05 21:14:08 -04:00