On Sun Oct 16 15:49:19 2022 +0000, Connor McAdams wrote:
Hm... okay. Any suggestions on a better word than `finalize()`? The function gets used later on to do other things as well. It's basically a function that gets ran once all possible providers have been added to a node. I have thought of `close` maybe, but without there being a corresponding `open` it seems weird.
Close would also make me expect it to free/release things.
Prepare, maybe?