Uses of Interface
org.jruby.runtime.ExecutionContext

Packages that use ExecutionContext
org.jruby   
org.jruby.libraries   
 

Uses of ExecutionContext in org.jruby
 

Classes in org.jruby that implement ExecutionContext
 class RubyThread
          Implementation of Ruby's Thread class.
 

Methods in org.jruby that return ExecutionContext
protected abstract  ExecutionContext RubyJRuby.JRubyExecutionContextLocal.getExecutionContext(ThreadContext context)
           
protected  ExecutionContext RubyJRuby.JRubyThreadLocal.getExecutionContext(ThreadContext context)
           
protected  ExecutionContext RubyJRuby.JRubyFiberLocal.getExecutionContext(ThreadContext context)
           
 

Uses of ExecutionContext in org.jruby.libraries
 

Classes in org.jruby.libraries that implement ExecutionContext
 class FiberLibrary.Fiber
           
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.