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

name.remal.com.google.common.util.concurrent.Service.kt Maven / Gradle / Ivy

package name.remal

import com.google.common.util.concurrent.MoreExecutors
import com.google.common.util.concurrent.Service
import java.time.Duration

fun Service.addListener(listener: Service.Listener) = addListener(listener, MoreExecutors.directExecutor())




© 2015 - 2025 Weber Informatics LLC | Privacy Policy