thread-resume

Name

thread-resume -- Resume a thread.

Type: function

Synopsis

thread-resume( thread, );

Arguments

thread

An instance of <thread>

Description

Decrements the suspend count of the thread. If the suspend count becomes zero, the thread is eligible to execute (unless it was blocked on something, that is).

If the thread already has a zero suspend count, this procedure has no effect.