Function: SB-THREAD:CONDITION-NOTIFY

package type github

Notify N threads waiting on QUEUE.

IMPORTANT: The same mutex that is used in the corresponding CONDITION-WAIT must be held by this thread during this call.

Lambda list

(sb-thread::queue &optional sb-thread::n)