Changes between Initial Version and Version 1 of Ticket #1877


Ignore:
Timestamp:
2012-11-24T19:41:51Z (12 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1877

    • Property Status changed from new to assigned
  • Ticket #1877 – Description

    initial v1  
    11The cloud backend + leasedb merge adds several deferred utilities: [https://github.com/davidsarah/tahoe-lafs/commit/7671b3e33f0c91e764fb869175ff].
    22
    3 {{{eventually_callback}}} and {{{eventually_errback}}} were modelled on the versions already in sftpd.py, with an error-reporting improvement. eventual_chain is an abstraction of the pattern
     3{{{eventually_callback}}} and {{{eventually_errback}}} were modelled on the versions already in sftpd.py, with an error-reporting improvement. {{{eventual_chain}}} is an abstraction of the pattern
    44{{{
    55source.addCallbacks(eventually_callback(target), eventually_errback(target))