Package io.vertx.rxcore.java.impl

Examples of io.vertx.rxcore.java.impl.ContextScheduler


  // Schedulers

  /** Return context scheduler */
  public ContextScheduler contextScheduler() {
    if (this.ctxScheduler==null) {
      this.ctxScheduler=new ContextScheduler(core);
    }
    return this.ctxScheduler;
  }
View Full Code Here

TOP

Related Classes of io.vertx.rxcore.java.impl.ContextScheduler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.