dtolnay / async-trait

Type erasure for async trait methods
Apache License 2.0
1.81k stars 84 forks source link

optional macro parameter for adding Sync marker to returned Future type #96

Closed problame closed 1 year ago

problame commented 4 years ago

fixes #77

Sponsored-by: 49nord GmbH

problame commented 4 years ago

What is the maintainers' opinion on this PR?

Despite of the discussions in #77, I believe that it would be the most pragmatic approach to merge the feature implemented by this PR until the larger Rust community converges to how we should deal with Sync futures across libraries.

Dzordzu commented 2 years ago

Hi. Is there any option to merge it?