Package org.jruby.internal.runtime
Class RubyRunnable
java.lang.Object
org.jruby.internal.runtime.RubyRunnable
- All Implemented Interfaces:
Runnable
,ThreadedRunnable
-
Constructor Summary
ConstructorsConstructorDescriptionRubyRunnable
(RubyThread rubyThread, ThreadContext creatorContext, IRubyObject[] args, Block currentBlock, int callInfo) -
Method Summary
-
Constructor Details
-
RubyRunnable
public RubyRunnable(RubyThread rubyThread, ThreadContext creatorContext, IRubyObject[] args, Block currentBlock, int callInfo)
-
-
Method Details
-
getRubyThread
Deprecated. -
getJavaThread
- Specified by:
getJavaThread
in interfaceThreadedRunnable
-
run
public void run()- Specified by:
run
in interfaceRunnable
- Specified by:
run
in interfaceThreadedRunnable
-