windows scheduler passes tests

unfortunately this does essentially nothing to convince me of its
correctness
This commit is contained in:
Pat Hickey
2021-01-22 18:26:45 -08:00
parent 19254bfd72
commit 2b70ea8b91
6 changed files with 229 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ impl WasiCtxBuilder {
WasiCtxBuilder(WasiCtx::builder(
random(),
clocks::clocks(),
Box::new(sched::SyncSched),
Box::new(sched::SyncSched::new()),
Rc::new(RefCell::new(Table::new())),
))
}