Closed MichaelDrogalis closed 11 years ago
with-finally is good for some post-hook situations, but sometimes we want code to execute only if the target function succeeded. post-hook should run just before the value of the target function is returned.
with-finally
post-hook
Shipped in 0.4.4.
with-finally
is good for some post-hook situations, but sometimes we want code to execute only if the target function succeeded.post-hook
should run just before the value of the target function is returned.