Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use deferred.addTimeout instead of time_bound_deferred | Richard van der Hoff | 2018-04-23 | 1 | -33/+0 |
| | | | | This doesn't feel like a wheel we need to reinvent. | ||||
* | Fix time_bound_deferred to throw the right exception | Richard van der Hoff | 2017-03-23 | 1 | -0/+33 |
Due to a failure to instantiate DeferredTimedOutError, time_bound_deferred would throw a CancelledError when the deferred timed out, which was rather confusing. |