[ Version ( deprecated = true , since = "1.2" ) ]
public void wait_for_pending_id_count (uint count)
Warning: wait_for_pending_id_count is deprecated.
Blocks until at least count
clock notifications have been requested from this.
use wait_for_multiple_pending_ids instead.
There is no timeout for this wait, see the main description of TestClock.
this |
TestClock for which to await having enough pending clock |
count |
the number of pending clock notifications to wait for |