From 3ed8f08f8d4e5ce0628ad29a5a8ab94751265bdd Mon Sep 17 00:00:00 2001
From: wyfcyx
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/trait.impl/lazy_static/trait.LazyStatic.js b/ch3/trait.impl/lazy_static/trait.LazyStatic.js index abeb8610..f8d864a5 100644 --- a/ch3/trait.impl/lazy_static/trait.LazyStatic.js +++ b/ch3/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