public static final class JRuby.NativeFunctionTask extends java.lang.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 java.lang.InterruptedException
run in interface RubyThread.BlockingTaskjava.lang.InterruptedExceptionpublic void wakeup()
wakeup in interface RubyThread.BlockingTaskCopyright © 2002-2009 JRuby Team. All Rights Reserved.