Index: pkg/async/lib/async.dart |
diff --git a/pkg/async/lib/async.dart b/pkg/async/lib/async.dart |
index e9d654415edd54a0e141eb64ec0be5caef4d0349..868ef13b6b91a406afefcde6302505176ae8056e 100644 |
--- a/pkg/async/lib/async.dart |
+++ b/pkg/async/lib/async.dart |
@@ -5,3 +5,4 @@ |
library dart.pkg.async; |
export "stream_zip.dart"; |
+export "materialize.dart"; |
floitsch
2014/05/22 12:15:21
I think we should start thinking of having differe
Lasse Reichstein Nielsen
2014/05/23 07:14:25
How would that differ from what we are currently d
|