uevloop
uevloop copied to clipboard
Added final callback after all listeners have been invoked.
When working with dynamic memory or object pools, and the number of listeners is dynamic, I needed to make possible that memory is freed or objects released safely after all listeners have been executed. I added this quickly (not sure if it's up to the standard or design you want), but might be a idea to implement this officially.