> That's theory: there is no thread-yield right now, nor any > timer-check. Why not add either? We could implement thread-yield on trunk to call the timer_check C function and nothing else for now. Or call it "yield" and rename "thread-yield" to "yield" on the concurrency branch.