mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-08 02:05:19 -05:00
![Andrew Morgan](/assets/img/avatar_default.png)
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.