Package org.jruby

Interface RubyThread.Task<Data,Return>

All Superinterfaces:
RubyThread.Unblocker<Data>
All Known Implementing Classes:
RubyRegexp.SearchMatchTask, RubyThread.SleepTask2
Enclosing class:
RubyThread

public static interface RubyThread.Task<Data,Return> extends RubyThread.Unblocker<Data>