legate.core.Runtime.finish#
- Runtime.finish(self) void #
Finish a Legate program.
This routine:
Performs all shutdown callbacks.
Flushes the remaining scheduling pipeline.
Issues a blocking execution fence.
Tears down the runtime.
It does not return until all steps above have completed.