Returns a future which gets set when the link has been removed.
| 158 | |
| 159 | // Returns a future which gets set when the link has been removed. |
| 160 | Future<Nothing> future() { return promise.future(); } |
| 161 | |
| 162 | protected: |
| 163 | virtual void initialize() |
no outgoing calls
no test coverage detected