Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible feature flags and documentation #36

Open
KillTheMule opened this issue Aug 29, 2021 · 0 comments
Open

Incompatible feature flags and documentation #36

KillTheMule opened this issue Aug 29, 2021 · 0 comments
Labels
help wanted Extra attention is needed runtimes

Comments

@KillTheMule
Copy link
Owner

The feature flags use_tokio and use_async-std are incompatible (and will be incompatible with the planned use_glib as well). The reason is overlapping impl's of the Spawner trait.

On the one hand, it's not a real problem, there will probably no one using this create with more than one runtime.

On the other hand, that means we can enable only one of those flags for docs.rs, so that documentation remains incomplete.

If anyone has an idea around that, I'd be very happy about improving this situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed runtimes
Projects
None yet
Development

No branches or pull requests

1 participant