interrupt
All > Technology > Programming > Java
- An asynchronous message sent to a process or thread that interrupts what it is currently doing. This usually results in an
InterruptedExceptionobject being received by the interrupted thread. Waiting for an interrupt is an alternative to polling.
David J. Barnes - Cite This Source - This Definition - connection handshake, ebXML, modal, non-modal
Also listed in: