Skip to content

chore: enrich context/switch

  • Add documentation and more code comments to src/context/switch.rs
  • Eliminate a context.wake.expect(...) where context.wake.is_some()
  • Eliminate a TODO item about updating contexts' timestamps in switch_to
  • Eliminate a dangling else { continue } at the end of the loop that iterates on contexts
Edited by Arthur Paulino

Merge request reports