Changeset 208:cfe8c4af847a
- Timestamp:
- 07/25/07 19:36:15
(3 years ago)
- Author:
- "Brian Warner <warner@lothar.com>"
- branch:
- default
- Message:
add a utility class called AsyncAND
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r207 |
r208 |
|
| 1 | 1 | 2007-07-25 Brian Warner <warner@lothar.com> |
|---|
| | 2 | |
|---|
| | 3 | * foolscap/util.py (AsyncAND): new utility class, which is like |
|---|
| | 4 | DeferredList but is specifically for control flow rather than data |
|---|
| | 5 | flow. |
|---|
| | 6 | * foolscap/test/test_util.py: test it |
|---|
| 2 | 7 | |
|---|
| 3 | 8 | * foolscap/call.py (CopiedFailure.setCopyableState): set .type to |
|---|