forked from Rativel/BurritOS
merge branch documentation
This commit is contained in:
@@ -226,7 +226,7 @@ impl ThreadManager {
|
||||
}
|
||||
|
||||
/// Relinquish the CPU if any other thread is runnable.
|
||||
///
|
||||
///
|
||||
/// If so, put the current thread at the end of the ready list, so it'll be re-scheduled in the future.
|
||||
///
|
||||
/// **Returns** immediately if there's no other thread ready or return when the current thread has been switched.
|
||||
|
||||
Reference in New Issue
Block a user