boulderopalscaleup.runtime.Runtime.close

Runtime.close()

Close the runtime and all registered systems.

Attempts to close every system even if one or more raise exceptions, collecting all errors and re-raising them as an ExceptionGroup.

Raises

ExceptionGroup – If one or more systems fail to close.

Was this useful?