Uses of Class
org.jruby.internal.runtime.ThreadService.Event
Packages that use ThreadService.Event
-
Uses of ThreadService.Event in org.jruby.internal.runtime
Methods in org.jruby.internal.runtime that return ThreadService.EventModifier and TypeMethodDescriptionstatic ThreadService.Event
ThreadService.Event.kill
(RubyThread sender, RubyThread target, ThreadService.Event.Type type) Deprecated.static ThreadService.Event
ThreadService.Event.raise
(RubyThread sender, RubyThread target, ThreadService.Event.Type type, IRubyObject exception) Deprecated.static ThreadService.Event
ThreadService.Event.wakeup
(RubyThread sender, RubyThread target, ThreadService.Event.Type type) Deprecated.Methods in org.jruby.internal.runtime with parameters of type ThreadService.EventModifier and TypeMethodDescriptionvoid
ThreadService.deliverEvent
(RubyThread sender, RubyThread target, ThreadService.Event event) Deprecated.