| Index: pkg/barback/lib/src/cancelable_future.dart
|
| diff --git a/pkg/barback/lib/src/cancelable_future.dart b/pkg/barback/lib/src/cancelable_future.dart
|
| index f4c2b48279e1fe50845d666894f11de78ee0fafa..120c7bd431ac439608d9fec33fd6f23d0ded55d3 100644
|
| --- a/pkg/barback/lib/src/cancelable_future.dart
|
| +++ b/pkg/barback/lib/src/cancelable_future.dart
|
| @@ -1,5 +1,7 @@
|
| import 'dart:async';
|
|
|
| +library barback.cancelable_future;
|
| +
|
| /// A wrapper for [Future] that can be cancelled.
|
| ///
|
| /// When this is cancelled, that means it won't complete either successfully or
|
|
|