[go: up one dir, main page]

runtime 0.3.0-alpha.4

Empowering everyone to build asynchronous software.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![feature(test, async_await)]
#![warn(rust_2018_idioms)]

extern crate test;

#[macro_use]
mod common;

mod native {
    benchmark_suite!(runtime_native::Native);
}