![JAR search and dependency download from the Maven repository](/logo.png)
ratpack.rx2.internal.MultiBlockingExecutorBackedScheduler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ratpack-rx2 Show documentation
Show all versions of ratpack-rx2 Show documentation
Ratpack kotlin dsl library
The newest version!
package ratpack.rx2.internal;
import ratpack.exec.ExecController;
public class MultiBlockingExecutorBackedScheduler extends MultiExecutorBackedScheduler {
@Override
public ExecutorBackedScheduler getExecutorBackedScheduler(ExecController execController) {
return new BlockingExecutorBackedScheduler(execController);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy