Skip to content

u04-release

Compare
Choose a tag to compare
@akriese akriese released this 02 Jan 14:51
· 50 commits to main since this release
72c36b1

Implements threads that can be scheduled with a round robin algorithm.

An example program lets the user press characters starting threads that print that character a couple times.

The system timer is used to initiate context switches between the threads.

What's Changed

  • refactor(main): let user choose example program by @akriese in #11
  • implement threads and context switches with system timer by @akriese in #12

Full Changelog: u03...u04