Package org.jruby

Interface RubyThread.Unblocker<Data>

All Known Subinterfaces:
RubyThread.ReadWrite<Data>, RubyThread.Task<Data,Return>
All Known Implementing Classes:
RubyRegexp.SearchMatchTask, RubyThread.SleepTask2
Enclosing class:
RubyThread

public static interface RubyThread.Unblocker<Data>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    wakeup(RubyThread thread, Data self)