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

Enhance Documentation: Alternatives to select! Macro #7110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ddystopia
Copy link

This PR adds documentation for ecosystem alternatives to the select! macro, such as tokio_stream::StreamExt::merge and futures-concurrency utilities. Providing these alternatives helps users make informed decisions by showcasing additional tools and patterns, as a lot of new users are not aware of any alternatives to select!.

@Ddystopia Ddystopia force-pushed the master branch 3 times, most recently from c8f2fb0 to d31687f Compare January 18, 2025 15:48
@Darksonn Darksonn added T-docs Topic: documentation A-tokio Area: The main tokio crate M-macros Module: macros in the main Tokio crate labels Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-macros Module: macros in the main Tokio crate T-docs Topic: documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants