async_with v0.2.2 Release Notes
Release Date: 2018-02-28 // about 7 years ago-
✨ Enhancements
- Print a warning message when using
else
clauses that will never match because all patterns inasync 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
).
- Print a warning message when using