| 102 | |
| 103 | protected: |
| 104 | void initialize() override |
| 105 | { |
| 106 | // Stop when no one cares. |
| 107 | promise.future().onDiscard(lambda::bind( |
| 108 | static_cast<void(*)(const UPID&, bool)>(terminate), self(), true)); |
| 109 | |
| 110 | execute(); |
| 111 | } |
| 112 | |
| 113 | void finalize() override |
| 114 | { |