common / com.revenuecat.purchases.common / Dispatcher

Dispatcher

open class Dispatcher

Types

AsyncCall

abstract class AsyncCall : Runnable

Constructors

<init>

Dispatcher(executorService: ExecutorService)

Functions

close

open fun close(): Unit

enqueue

open fun enqueue(command: Runnable, useRandomDelay: Boolean = false): Unit

isClosed

open fun isClosed(): Boolean