slack-desc 983 B

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. haskell-async: haskell-async (Run IO operations async and wait for their results)
  9. haskell-async:
  10. haskell-async: This Haskell package provides a higher-level interface over threads,
  11. haskell-async: in which an Async a is a concurrent thread that will eventually
  12. haskell-async: deliver a value of type a. The package provides ways to create Async
  13. haskell-async: computations, wait for their results, and cancel them.
  14. haskell-async:
  15. haskell-async:
  16. haskell-async:
  17. haskell-async:
  18. haskell-async: