We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Korablev77
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: