
name.remal.com.google.common.util.concurrent.Service.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
Java & Kotlin tools: common
The newest version!
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