timer

val timer: Timer

The timer that managed scheduled tasks for this runtime. The timer thread is not an Avail thread, and therefore cannot directly execute fibers. It may, however, schedule fiber-related tasks.

Additionally, we help drive the dynamic optimization of A_RawFunctions into L2Chunks by iterating over the existing Interpreters, asking each one to significantly decrease the countdown for whatever raw function is running (being careful not to cross zero).