Package ratpack.exec.internal

Examples of ratpack.exec.internal.DefaultThrottle


   *
   * @param size the desired size
   * @return a new throttle of the given size
   */
  static Throttle ofSize(int size) {
    return new DefaultThrottle(size);
  }
View Full Code Here

TOP

Related Classes of ratpack.exec.internal.DefaultThrottle

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.