Cleaning Up After an Interrupted Fiber
How do I clean up an interrupted fiber?
Elsewhere, in an event handler:
I need to do some cleanup code when the fiber is interrupted. Ideally, I guess this would be in the same location where the fiber is created/forked, rather than in the interrupting event handler.
Elsewhere, in an event handler:
I need to do some cleanup code when the fiber is interrupted. Ideally, I guess this would be in the same location where the fiber is created/forked, rather than in the interrupting event handler.
