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
Just wondering if something like this could be integrated into the library, it basically allows to await on a coroutine and then get the return value.
My implementation is a quick hack as a proof of concept, see this gist:
https://gist.github.com/GwenNelson/ae315c9aaadf9d4e354b0222958aed84
The text was updated successfully, but these errors were encountered:
What's the point? If the parent coroutine waits for the child coroutine, it can as well do the work in normal synchronous function, no?
Sorry, something went wrong.
No branches or pull requests
Just wondering if something like this could be integrated into the library, it basically allows to await on a coroutine and then get the return value.
My implementation is a quick hack as a proof of concept, see this gist:
https://gist.github.com/GwenNelson/ae315c9aaadf9d4e354b0222958aed84
The text was updated successfully, but these errors were encountered: