diff --git a/ch3-coop/os/task/struct.TASK_MANAGER.html b/ch3-coop/os/task/struct.TASK_MANAGER.html index 4fdd5fc5..685de980 100644 --- a/ch3-coop/os/task/struct.TASK_MANAGER.html +++ b/ch3-coop/os/task/struct.TASK_MANAGER.html @@ -10,7 +10,7 @@ But in ch3, we load apps statically, so the first task is a real app.
In this case, we only return the first Ready
task in task list.
Switch current Running
task to the task we have found,
or there is no Ready
task and we can exit with all applications completed
Returns the argument unchanged.
diff --git a/ch3-coop/trait.impl/lazy_static/trait.LazyStatic.js b/ch3-coop/trait.impl/lazy_static/trait.LazyStatic.js index abeb8610..f8d864a5 100644 --- a/ch3-coop/trait.impl/lazy_static/trait.LazyStatic.js +++ b/ch3-coop/trait.impl/lazy_static/trait.LazyStatic.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"os":[["impl LazyStatic for TASK_MANAGER"]] +"os":[["impl LazyStatic for TASK_MANAGER"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file