All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.contentchef.callback.common.RequestExecutor.kt Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package io.contentchef.callback.common

/**
 * Interface to execute requests: they could possibly be executed sequentially or in parallel
 */
internal interface RequestExecutor {

    /**
     * Executes the [requestToBeExecuted]
     */
    fun executeRequest(requestToBeExecuted: () -> Unit)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy