001 package railo.runtime.type.scope; 002 003 import railo.runtime.thread.ChildThread; 004 import railo.runtime.type.Scope; 005 006 public interface Threads extends Scope { 007 008 public ChildThread getChildThread(); 009 }