| 110 | // ThreadMultiCallback::destroy() for more details. |
| 111 | virtual void destroy() { UNSTOPPABLE_ASSERT(false); } |
| 112 | virtual bool isMultiCallback() const { return false; } |
| 113 | |
| 114 | // MultiCallbackHolder is a helper object for ThreadMultiCallback which allows it to store its index |
| 115 | // within the callback vector inside the ThreadCallback rather than having a map of pointers or |
no outgoing calls
no test coverage detected