data_baseisf_data_baseIOLoaderDumpershared_numpy_storeUninterruptible

Uninterruptible

class data_base.isf_data_base.IO.LoaderDumper.shared_numpy_store.Uninterruptible

Context manager to create an uninterruptible section of code.

This context manager temporarily ignores SIGINT and SIGTERM signals.

Warning

This context manager should be used with caution, as it can lead to unresponsive code (by design).