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
General good idea:
kj::Promise<kj::String> contentPromise = fetchHttp("http://example.com"); kj::String content = contentPromise.wait(waitScope);
question: could allow monothread with multiple inputs?
easy to say “run the event loop until this promise resolves, then return the result”. https://capnproto.org/cxxrpc.html msvc2015: https://github.com/gordonmcshane/capnproto/tree/vs2015
The text was updated successfully, but these errors were encountered:
Related to #14
Sorry, something went wrong.
Modern C++ libuv wrapper: https://github.com/skypjack/uvw
No branches or pull requests
General good idea:
question: could allow monothread with multiple inputs?
The text was updated successfully, but these errors were encountered: