Changes between Initial Version and Version 1 of Ticket #1877
- Timestamp:
- 2012-11-24T19:41:51Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1877
- Property Status changed from new to assigned
-
Ticket #1877 – Description
initial v1 1 1 The cloud backend + leasedb merge adds several deferred utilities: [https://github.com/davidsarah/tahoe-lafs/commit/7671b3e33f0c91e764fb869175ff]. 2 2 3 {{{eventually_callback}}} and {{{eventually_errback}}} were modelled on the versions already in sftpd.py, with an error-reporting improvement. eventual_chainis an abstraction of the pattern3 {{{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 4 4 {{{ 5 5 source.addCallbacks(eventually_callback(target), eventually_errback(target))