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

Implemented Future.then(...) for chaining without coroutines #10

Merged
merged 5 commits into from
Sep 13, 2023
Merged

Conversation

snej
Copy link
Collaborator

@snej snej commented Sep 13, 2023

No description provided.

Only runs a callback; doesn't return a transformed Future.
FutureProvider was just a wrapper for a shared_ptr<FutureState>,
so I went all the way and made it an alias for that.
@snej snej merged commit dd9210d into main Sep 13, 2023
3 checks passed
@snej snej deleted the then branch September 13, 2023 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant