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

RFC: group futures related API in a futures mod #935

Open
pbor opened this issue Jan 31, 2023 · 2 comments
Open

RFC: group futures related API in a futures mod #935

pbor opened this issue Jan 31, 2023 · 2 comments
Labels
Milestone

Comments

@pbor
Copy link
Contributor

pbor commented Jan 31, 2023

We are running into namespacing issues where good function names clash, eg spawn in glib refers to spawning processes but would be handy to spawn futures.

The idea floated on the chat channel is to group all futures related API in a futures module.

To do that we need to collect a list of the functions we would move and how they would be renamed.

@sdroege
Copy link
Member

sdroege commented Jan 31, 2023

See also #902

@sdroege sdroege added this to the 0.17.0 milestone Jan 31, 2023
@pbor
Copy link
Contributor Author

pbor commented Jan 31, 2023

See also #528

@sdroege sdroege modified the milestones: 0.17.0, 0.18.0 Feb 8, 2023
@bilelmoussaoui bilelmoussaoui modified the milestones: 0.18.0, 0.20 May 31, 2024
@sdroege sdroege modified the milestones: 0.20, 0.21 Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants