AsyncKit is a legacy package; its use is not recommended in new projects.
This package provides a set of utilities for working with EventLoopFutures and other related pre-Concurrency support APIs.
Clean up and soft-deprecate AsyncKit by @gwynne in #106
This update starts the official soft-deprecation of AsyncKit. It should not be used in new code (although it will remain included in Vapor and Fluent 4 for compatibility). It is not expected to receive new updates other than security fixes.
Other changes in this update:
- Require the current Vapor minimum Swift version of 5.7
- The
~
operator onEventLoopFuture
is nowpublic
as was intended (not that anyone noticed it wasn’t 🙂)- The tests run faster
- CI’s been updated
Thanks to the reviewers for their help:
Full Changelog: 1.18.0...1.19.0
AsyncKit is a legacy package; its use is not recommended in new projects.
This package provides a set of utilities for working with EventLoopFutures and other related pre-Concurrency support APIs.