shouldNotify

abstract fun shouldNotify(signal: WaitSignal): Boolean

Determine whether the wait signal should trigger a notification.

Return

true if notification is required, false otherwise

Parameters

signal

the wait signal object containing waiting conditions and context