Documentation

#SIGNAL

Added in v2.0

SIGNAL

Syntax: #SIG name value
Related: #WAITSIGNAL

Fires a signal that another thread might be waiting on using the #WAITSIGNAL command. Used to synchronize parallel threads.

If value is omitted, the signal is set. If value is zero, then the signal is reset.

Add comment

Login or register to post comments