| 62 | |
| 63 | protected: |
| 64 | void initialize() override |
| 65 | { |
| 66 | // Stop when no one cares. |
| 67 | promise.future().onDiscard(lambda::bind( |
| 68 | static_cast<void(*)(const UPID&, bool)>(terminate), self(), true)); |
| 69 | |
| 70 | check(); |
| 71 | } |
| 72 | |
| 73 | void finalize() override |
| 74 | { |