dtolnay / async-trait

Type erasure for async trait methods
Apache License 2.0
1.84k stars 85 forks source link

README: Clarify description of non-threadsafe futures #211

Closed dubek closed 1 year ago

dubek commented 2 years ago

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