— In that use case spawn
isn't part of it
— The interrupt or the kernel?
— The kernel is just that old bastard child hertzfeld kernel, the interrupt is pretty much any signal you want to make the code pause, giving control to something else on-demand
Message permanent page
— In a kernel, you need interrupts to do multithreading (in this case fake emulated multithreading on 1 thread) so that's why those 2 things are related
Message permanent page
— How do debuggers pause code in runtime?
— Would this be useful for someone who builds debuggers, for example?