distancematrix.interrupt_util

Module Contents

Functions

interrupt_catcher()

A context that allows for gracefully terminating a calculation by catching interrupts

distancematrix.interrupt_util.interrupt_catcher()

A context that allows for gracefully terminating a calculation by catching interrupts and providing a method to check whether an interrupt has occurred.

Returns

None