async-generic 1.1.2

Write code that can be both async and synchronous without duplicating it.
Documentation
1
2
3
4
5
# About this crate

This crate is derived from the [`maybe-async` crate](https://github.com/fMeow/maybe-async-rs) as of September 2023.

Many thanks to Guoli Lyu for their initial work on this problem space.