macro implementations for the bisync crate
A procedural macro to conditionally append suffixes to method names in .await expressions for dual async/blocking support.
An async executor which you can use to execute a future that you know will never return `Pending` when you poll it.