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
Signal
class.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SigInt
public SigInt()
-
-
Method Details
-
register
Register a task to be run when a SIGINT is received.- Parameters:
task
- to run on reception of the signal.
-
register
-