Andrew Morgan 0188daf32c
Replace instances of reactor pumping with get_success. (#7619)
Calls `self.get_success` on all deferred methods instead of abusing `self.pump()`. This has the benefit of working with coroutines, as well as checking that method execution completed successfully.

There are also a few small cleanups that I made in the process.
2020-06-03 16:39:30 +01:00
..
2018-08-10 23:54:09 +10:00
2019-06-20 19:32:02 +10:00
2018-08-10 23:54:09 +10:00
2019-10-30 14:46:54 +00:00