A covariant async/await type.
This is a simple project serving as a proof-of-concept for a covariant type that can be created with async and consumed by await.
This is not production-ready; in particular:
- I haven't tested whether
ConfigureAwait(false)actually works. Just got it to compile and run without exceptions. - I've only done the most basic tests.