Package org.agrona.concurrent
Class SigInt
java.lang.Object
org.agrona.concurrent.SigInt
Utility to allow the registration of a SIGINT handler that hides the unsupported
jdk.internal.misc.Signal class.-
Method Summary
-
Method Details
-
register
Register a task to be run when a SIGINT is received.- Parameters:
task- to run on reception of the signal.
-