WIP: Kevent

This commit is contained in:
Jeremy Soller 2016-09-23 15:47:53 -06:00
parent 94ef9dd14a
commit 616dfbc055
16 changed files with 131 additions and 13 deletions

View file

@ -48,7 +48,7 @@ impl Scheme for DebugScheme {
if i > 0 {
return Ok(i);
} else {
unsafe { context::switch(); }
unsafe { context::switch(); } //TODO: Block
}
}
}