Cutting into a line or interrupting someone; pushing in ahead of others or inserting oneself into a conversation or queue.
バスで前に割り込みをされた。
Someone pushed in front of me on the bus.
会議中に彼が話に割り込み、話題が変わってしまった。
He interrupted the discussion during the meeting and the topic changed.
スーパーのレジで割り込みはやめてください。
Please don't cut in line at the supermarket register.
In computing, an interrupt: temporarily halting the flow of execution to handle another event or routine (an interrupt signal).
ハードウェアからの割り込みでCPUが別の処理を始めた。
The CPU started another process due to a hardware interrupt.
割り込み処理を適切に設計するとシステムの応答性が上がる。
Designing interrupt handling properly improves system responsiveness.
ソフトウェアは割り込みを受け取ると、その割り込みルーチンを呼び出す。
When software receives an interrupt, it calls the interrupt routine.