Finalize
- class nvidia_resiliency_ext.inprocess.finalize.ThreadedFinalize(timeout, fn, args=(), kwargs=None)[source]
Executes the provided finalize
fn
function with specified positional and keyword arguments in a separatethreading.Thread
.Raises an exception if execution takes longer than the specified
timeout
.