async_with v0.2.2 Release Notes

Release Date: 2018-02-28 // about 6 years ago
  • ✨ Enhancements

    • Print a warning message when using else clauses that will never match because all patterns in async with will always match.

    🐛 Bug fixes

    • Fix compiler warnings produced when one of the async with clauses followed an always match pattern (i.e. a <- 1).