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

feat: replace foundation/token by token-source #355

Merged

Conversation

nicolas-vivot
Copy link
Contributor

@yoshidan

As discussed here, i have created the token-source crate on this repository.

  • I have invited you on the repository as contributor/maintainer.
  • Let me know if you also want me to add you as maintainer on crate.io for this crate.

Code has been migrated 1 to 1.
I just added a feature called async-token-source to provide both sync and async TokenSource trait, to avoid to enforce any async for people who do not need an async source.

I have replaced the use of the internal foundation/token by token-source everywhere. Please double check in case i missed a location, i did a quick search & replace.

@yoshidan yoshidan added safe to test safe to test and removed safe to test safe to test labels Mar 7, 2025
@yoshidan yoshidan merged commit d2f37c3 into yoshidan:main Mar 8, 2025
13 of 27 checks passed
@yoshidan
Copy link
Owner

yoshidan commented Mar 8, 2025

Thank you for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test safe to test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants