
v0.39: Grademe is back in your terminal.
Try the CLI betaFill out with the priority the lock holder runs at after each task joins the queue.
July 1997. Pathfinder is down on Mars with the rover rolling when the lander starts resetting itself for no reason anyone can see. A low priority weather task held a lock the high priority bus task needed, and a medium priority task kept shoving the weather task aside. The watchdog counted the missed deadlines and rebooted. JPL reproduced it on the ground and uploaded a one line change from 190 million kilometres out. Lift the holder to the priority of whatever is waiting behind it.
inherit(out, {2,9,4,7}, 4, 1)Expected result
2 9 9 9For your own tracking. Tests grade your code.
inherit(out, {1,1,1}, 3, 5)Expected result
5 5 5Expected files
lock.cAllowed functions
None. Write every helper yourself.
