Is it possible to tell from an AsyncContext
, whether it has completed, timed out or still waiting to be completed?
I know it's possible to listen for timeout
or complete
events, but I'd prefer not to define 4 AsyncListener
listener methods just to record this information.