wait

abstract suspend fun wait()

Suspend the execution until the throttling conditions are met.

This method allows suspending the execution of the calling coroutine until the throttling conditions are met, based on the throttler's specific implementation.