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.EventThreadService.Event.kill(RubyThread sender, RubyThread target, ThreadService.Event.Type type) Deprecated.static ThreadService.EventThreadService.Event.raise(RubyThread sender, RubyThread target, ThreadService.Event.Type type, IRubyObject exception) Deprecated.static ThreadService.EventThreadService.Event.wakeup(RubyThread sender, RubyThread target, ThreadService.Event.Type type) Deprecated.Methods in org.jruby.internal.runtime with parameters of type ThreadService.EventModifier and TypeMethodDescriptionvoidThreadService.deliverEvent(RubyThread sender, RubyThread target, ThreadService.Event event) Deprecated.