Start boots up the announcement based synchroniser, accepting and processing hash notifications and block fetches until termination requested.
()
| 174 | // Start boots up the announcement based synchroniser, accepting and processing |
| 175 | // hash notifications and block fetches until termination requested. |
| 176 | func (f *Fetcher) Start() { |
| 177 | go f.loop() |
| 178 | } |
| 179 | |
| 180 | // Stop terminates the announcement based synchroniser, canceling all pending |
| 181 | // operations. |