Package org.rsbot.script.task.executor

Examples of org.rsbot.script.task.executor.ScriptPool


  public MethodContext(final Bot bot) {
    this.bot = bot;
    client = bot.getClient();
    inputManager = bot.getInputManager();
    service = new ThreadPoolExecutor(0, Integer.MAX_VALUE, 60L, TimeUnit.SECONDS,
        new SynchronousQueue<Runnable>(), new ScriptPool(), new ThreadPoolExecutor.AbortPolicy());
  }
View Full Code Here

TOP

Related Classes of org.rsbot.script.task.executor.ScriptPool

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.