async-trait
async-trait copied to clipboard
README: Clarify description of non-threadsafe futures
The paragraph describing non-threadsafe futures is a bit confusing.
Clarify that one may use #[async_trait(?Send)] to create non-threadsafe methods.
CC: @fitzthum