Sends <code>Term</code> as a notification to any thread suspended waiting for it to proceed. The call must be made within the same object (<em>this</em>) containing the calls to the <code>threaded_wait/1</code> predicate waiting for the notification.
</p>
<h4>Template and modes</h4>
<pre>threaded_notify(@term)</pre>
<h4>Errors</h4>
<blockquote>
<p>
(none)
</p>
</blockquote>
<h4>Examples</h4>
<dl>
<dt>Send the notification <code>data_avaialble</code>:</dt>