Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Track the cpu used in the main thread by each logging context | Mark Haines | 2015-12-03 | 1 | -2/+1 |
| | |||||
* | Fix pep8 warnings. | Mark Haines | 2015-10-13 | 1 | -8/+12 |
| | |||||
* | Bounce all deferreds through the reactor to make debugging easier. | Mark Haines | 2015-10-13 | 1 | -0/+68 |
If all deferreds wait a reactor tick before resolving then there is always a chance to add an errback to the deferred so that stacktraces get reported, rather than being discarded. |