Use the name that matches no library directive (#158)

Fixes #156

The readme, and likely other documentation around the web, has links to
the dartdoc site using the library name "async", which is what the
library would be named in the docs if we omitted the `library` directive
entirely. It is easier to restore the old paths by naming the
library identically than to update all the links.
1 file changed
tree: f38f2e23b1c413f80f0820b10b38b9d835d7cef9
  1. .github/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

Contains utility classes in the style of dart:async to work with asynchronous computations.