Implement an executor with waker support

This commit is contained in:
Philipp Oppermann
2020-03-27 17:01:09 +01:00
parent d7b144364d
commit 50b4b89ac2
4 changed files with 112 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
#![feature(const_fn)]
#![feature(alloc_layout_extra)]
#![feature(const_in_array_repeat_expressions)]
#![feature(wake_trait)]
#![test_runner(crate::test_runner)]
#![reexport_test_harness_main = "test_main"]