If the task needs to be more responsive, it can poll the interrupted status more frequently.
2
对于中断请求,不阻塞但是仍然要花较长时间执行的方法可以轮询中断状态,并在被中断的时候提前返回。
Methods that do not block but that still may take a long time to execute can respect requests for interruption by polling the interrupted status and return early if interrupted.
3
中断传输:这些是定期轮询的数据包。
Interrupt transfers: These are data packets that are polled periodically.