Skip to content

completly revision of the scheduler

Compare
Choose a tag to compare
@stlankes stlankes released this 14 Apr 19:11
  • lockless scheduling on a local core
  • only the communication between cores is realized with protected cores
  • cores use inter-processor-interrupts to trigger a queue check
  • introduce a type to handle the CoreId => increase the readability of the code