Teradata / stacki

Linux Cluster Builder - Bare Metal Red Hat & SUSE
http://www.stacki.org
Other
234 stars 74 forks source link

INTERNAL: give the Command class a deferred global exitstack. #849

Closed bsanders closed 3 years ago

bsanders commented 3 years ago

This allows commands to defer some code execution to the end of the command's execution, allowing for cleanups, unmounts, file creation, stack sync commands to occur later. Combining this feature with decorators allows for code re-use and simpler, cleaner Command sub-classes.