| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.internal.runtime |
| Modifier and Type | Method and Description |
|---|---|
private IRubyObject |
RubyThread.startWith(ThreadedRunnable runnable) |
| Constructor and Description |
|---|
RubyThread(Ruby runtime,
RubyClass klass,
ThreadedRunnable runnable) |
| Modifier and Type | Class and Description |
|---|---|
class |
RubyRunnable |
| Modifier and Type | Field and Description |
|---|---|
private ThreadedRunnable |
FutureThread.runnable |
| Constructor and Description |
|---|
FutureThread(RubyThread rubyThread,
ThreadedRunnable runnable) |