| 120 | } |
| 121 | |
| 122 | void discard() |
| 123 | { |
| 124 | // TODO(jieyu): The discard logic here is problematic. It is |
| 125 | // likely that this process never terminates after 'discard' has |
| 126 | // been called on the returned future. See details in MESOS-5626. |
| 127 | terminating = true; |
| 128 | chain.discard(); |
| 129 | } |
| 130 | |
| 131 | void start() |
| 132 | { |