public static final class JRuby.NativeFunctionTask extends Object implements RubyThread.BlockingTask
| Modifier and Type | Field and Description |
|---|---|
long |
retval |
| Constructor and Description |
|---|
JRuby.NativeFunctionTask(org.jruby.cext.Native nativeInstance,
long run,
long run_data,
long wakeup,
long wakeup_data) |
public JRuby.NativeFunctionTask(org.jruby.cext.Native nativeInstance,
long run,
long run_data,
long wakeup,
long wakeup_data)
public void run()
throws InterruptedException
run in interface RubyThread.BlockingTaskInterruptedExceptionpublic void wakeup()
wakeup in interface RubyThread.BlockingTaskCopyright © 2001-2013 JRuby. All Rights Reserved.