**I'd like to execute some logic after my controller returns a response. Since this logic does not impact the result, I'd like to return first, so the client can receive the response asap, and then run this additional logic** Something like https://stackoverflow.com/questions/16180502/why-can-i-execute-code-after-res-send <!-- Please detail what you were trying to achieve before encountering the problem. --> <!-- Paste code snippets if applicable. --> **The problem: It's not clear to me how to achieve this with this library** <!-- Detail the problem you encountered while trying to achieve your goal. --> <!-- Paste code snippets if applicable. -->