postProtocolMethod

Called after the @protocolMethod for this method is handled. May have as many handlers registered as needed. When the actual protocol method is a partial method (multiple handlers, returning array) this will be ran on each chunk returned by every handler. In that case the handler will be run multiple times on different fibers.

struct postProtocolMethod {}

Members

Variables

method
string method;
Undocumented in source.

Meta