Hacker News new | ask | show | jobs
by IAmADHDToo 2017 days ago
That's indeed tricky: if there's a for loop inside the guarded block which generates many defers, a stack would have to be created to handle them somehow.
1 comments

The defer would just run at the end of each iteration.