BaseThrottler

interface BaseThrottler

Interface for implementing throttling behavior.

Define a method for implementing throttling behavior (wait).

Inheritors

Functions

Link copied to clipboard
abstract suspend fun wait()

Suspend the execution until the throttling conditions are met.