| OLD | NEW |
| 1 The `async` package will contain tools to work with asynchronous computations. | 1 The `async` package will contain tools to work with asynchronous computations. |
| 2 | 2 |
| 3 The package contains sub-libraries with different utilities. | 3 The package contains sub-libraries with different utilities. |
| 4 | 4 |
| 5 ### Zipping streams | 5 ### Zipping streams |
| 6 | 6 |
| 7 The "stream_zip.dart" sub-library contains functionality to combine several stre
ams | 7 The "stream_zip.dart" sub-library contains functionality to combine several stre
ams |
| 8 of events into a single stream of tuples of events. | 8 of events into a single stream of tuples of events. |
| 9 | 9 |
| 10 ### History. | 10 ### History. |
| 11 This package is unrelated to the discontinued `async` package with version 0.1.1
7. | 11 This package is unrelated to the discontinued `async` package with version 0.1.7
. |
| OLD | NEW |