Blocking this thread until the node is eventually down.
| 204 | |
| 205 | // Blocking this thread until the node is eventually down. |
| 206 | void join() { |
| 207 | if (_node) { |
| 208 | _node->join(); |
| 209 | } |
| 210 | } |
| 211 | |
| 212 | private: |
| 213 | class SharedFD : public butil::RefCountedThreadSafe<SharedFD> { |