Uses of Interface
org.jruby.internal.runtime.ThreadLike
Packages that use ThreadLike
-
Uses of ThreadLike in org.jruby
Fields in org.jruby declared as ThreadLikeModifier and TypeFieldDescriptionprivate ThreadLikeRubyThread.threadImplThe thread-like think that is actually executing -
Uses of ThreadLike in org.jruby.internal.runtime
Classes in org.jruby.internal.runtime that implement ThreadLikeModifier and TypeClassDescriptionclassA ThreadLike that weakly references its native thread, for adopted JVM threads we don't want to root.classA ThreadLike wrapped around a native Thread, for Ruby threads we start and control.Fields in org.jruby.internal.runtime declared as ThreadLike