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

Implement decent futures #27

Open
Korablev77 opened this issue Feb 8, 2022 · 0 comments
Open

Implement decent futures #27

Korablev77 opened this issue Feb 8, 2022 · 0 comments
Assignees
Labels
feature A new functionality
Milestone

Comments

@Korablev77
Copy link
Contributor

Now we are using simple ids and hashmap to check if the response is ready. Let's implement simple&fast futures with convenient and regular then/subscribe API. Good references are:
Scylla's seastar: http://docs.seastar.io/master/group__future-module.html
Folly: https://github.com/facebook/folly/blob/main/folly/fibers/README.md
Even boost: https://www.boost.org/doc/libs/1_77_0/libs/fiber/doc/html/fiber/synchronization/futures/future.html

@Korablev77 Korablev77 self-assigned this Feb 8, 2022
@kyukhin kyukhin added the feature A new functionality label Apr 15, 2022
@kyukhin kyukhin added this to the wishlist milestone Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality
Projects
None yet
Development

No branches or pull requests

2 participants