chickadee » srfi-18 » thread-signal!

thread-signal! THREAD Xprocedure

This will cause THREAD to signal the condition X once it is scheduled for execution. After signalling the condition, the thread continues with its normal execution.