This repository was archived by the owner on Sep 11, 2026. It is now read-only.
This repository was archived by the owner on Sep 11, 2026. It is now read-only.
.expect() instead off .unwrap() where code should indeed panic #72
There are a few spots in the
scheduler.rswhere the code should indeed panic..expect()instead of.unwrap()to document whyon
handle.awaitandpjs.lock()anditer.next().unwrap(); // we assume there is at least 1.