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

Move type/trait aliases to futures-util #2344

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

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Feb 13, 2021

This moves type aliases (BoxFuture, LocalBoxFuture, BoxStream, LocalBoxStream) and Trait aliases (TryFuture, TryStream) to futures-util.

part of #2207

  • Type aliases (BoxFuture, LocalBoxFuture, BoxStream, LocalBoxStream)
    • Move to futures-util.
    • They are just type aliases of Pined future/stream.
  • Trait aliases (TryFuture, TryStream)

This PR is marked as a draft because based on #2335.
See the second commit for actual changes in this PR.

@taiki-e taiki-e added this to the futures-0.4 milestone Feb 13, 2021
@taiki-e taiki-e added A-future Area: futures::future A-stream Area: futures::stream labels Feb 13, 2021
@taiki-e taiki-e force-pushed the 0.4-move-aliases branch 2 times, most recently from 16ecb73 to a20e230 Compare February 13, 2021 20:46
@taiki-e taiki-e mentioned this pull request Feb 13, 2021
7 tasks
@taiki-e taiki-e marked this pull request as ready for review February 26, 2021 02:53
@taiki-e taiki-e changed the title 0.4: Move type/trait aliases to futures-util Move type/trait aliases to futures-util Apr 10, 2021
@taiki-e
Copy link
Member Author

taiki-e commented Jun 16, 2021

Oh, a lot of conflicts...

@taiki-e taiki-e added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author label Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-future Area: futures::future A-stream Area: futures::stream S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant