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.BlockingTask
InterruptedException
public void wakeup()
wakeup
in interface RubyThread.BlockingTask
Copyright © 2001-2013 JRuby. All Rights Reserved.