Update util.Operations
abstraction to have blocking/non-blocking teardown process
#312
Labels
work:Feature
New feature
util.Operations
currently attempts to call allDelete
functions, collect all errors, and then print out all errors. Sometimes, it's beneficial to block on the first error and return that error to the user. Let's add a parameter to control this behavior and allow clients to decide what behavior they want.The text was updated successfully, but these errors were encountered: