org.rx.core.TimeoutFuture Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxlib Show documentation
Show all versions of rxlib Show documentation
A set of utilities for Java
package org.rx.core;
import io.netty.util.Timeout;
import java.util.concurrent.ScheduledFuture;
public interface TimeoutFuture extends Timeout, ScheduledFuture {
}