[Elisa-commits] [MERGE] cancellable defer
Olivier Tilloy
olivier at fluendo.com
Mon Apr 7 16:55:55 CEST 2008
You know this code better than I do... Looks good to me anyway.
bb:approve
Olivier
Benjamin Kampmann wrote:
> This is the first real merge request.
>
> We want to merge the cancellable defers into the rest branch. This is
> the already got covered implementation. It has an implementation for the
> cancellable deferreds as suggested in the twisted trac. It also contains
> a wrapper module that selects the right defers (our implementation or
> the one of the twisted project). so you could simple use it directly as
>
> from elisa.core.utils import defer
>
> and it acts the same as the twisted.internet.defer module (with all
> functions and classes) beside that it is always using the cancellable
> defer.
>
> This patch also contains a full test for it.
>
> Benjamin
More information about the Elisa-commits
mailing list