with-lifecycled?
gfredericks opened this issue · 2 comments
gfredericks commented
I'm about to write a macro as a test helper that's analogous to with-open
but for Lifecycle
objects. It'll start each component, bind the started component to the given name, and stop them each in a finally
.
Is there any interest in having this in the main library?
gfredericks commented
I just saw a similar closed issue. My apologies for not checking first.
Deleted user commented
See comments on #6 for details.