release-all

Release a notification to all the threads that are blocked and waiting for it.  Those threads will then necessarily have to compete for the lock associated with the notification.

Exported from

Arguments

notificationAn instance of <notification>.
The Runtime-Threads module.
The threads module.
The class of objects that can be used to notify threads of a change of state elsewhere in the program.