Uses of Interface
org.jruby.Ruby.ExitFunction
Packages that use Ruby.ExitFunction
-
Uses of Ruby.ExitFunction in org.jruby
Classes in org.jruby that implement Ruby.ExitFunctionFields in org.jruby with type parameters of type Ruby.ExitFunctionModifier and TypeFieldDescriptionprivate final List<Ruby.ExitFunction>Ruby.exitBlocksReserved for userland at_exit logic that runs before internal services start shutting down.private final List<Ruby.ExitFunction>Ruby.postExitBlocksRegistry of shutdown operations that should happen after all user code has been run (e.g.Methods in org.jruby with parameters of type Ruby.ExitFunctionModifier and TypeMethodDescriptionvoidRuby.pushExitFunction(Ruby.ExitFunction func) Add an exit function to be run on runtime exit.voidRuby.pushPostExitFunction(Ruby.ExitFunction postExit) Add a post-termination exit function that should be run to shut down JRuby internal services.