-
Notifications
You must be signed in to change notification settings - Fork 68
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
Updated coroutines to 0.30.0 and removed (most of) deprecated code #83
Conversation
can you make sure that the stdlib used by coroutines is the same than the globally declared stdlib ? |
what is the interest to implement |
Not an expert here, but my understanding is that |
@gmariotti makes sense, I think this should be documented in the coroutine verticle and in the general documentation |
@vietj Updated the documentation of |
I think if we document this, it should be in this PR. for the docs : I think the current doc is wrong, it should contain asciidoc references that will copy the code as far as I remember, like explained in this blog : http://mrhaki.blogspot.com/2014/04/awesome-asciidoc-include-partial-parts.html . I think we need first a PR that fixes that. |
I'm going to take care of that for you |
@gmariotti please use https://github.com/vert-x3/vertx-lang-kotlin/tree/gmariotti-asciidoc which is based on this PR, it provides the necessary hooks to use inclusion and preview (documented in README.adoc) |
@vietj should we merge your branch first and then I'll rebase this branch and adjust the documentation? |
is the branch ready to be merged ? if yes, we can merge it as it serves a single purpose |
yes, I already took care of having all the examples in |
I'll close #84, considering that there's already https://github.com/vert-x3/vertx-lang-kotlin/tree/gmariotti-asciidoc |
what's the status of this PR ? |
@vietj sorry I didn't have time the last 2 days to update the documentation for the coroutines module. If it's fine for you, I'll try to do it before the end of the week |
… code (examples included)
…prove readability
it's fine @gmariotti |
@vietj documentation updated, let me know if there's something I should fix. |
thanks for the contribution @gmariotti |
I think we need also to document the new Async coroutine method in 3.6.0 |
CoroutineVerticle
implements nowCoroutineScope
based on Change default for global vs child coroutines by scoping coroutine builder (structured concurrency) Kotlin/kotlinx.coroutines#410GlobalScope.launch
overlaunch
when a verticle doesn't exist.0.30.0
to avoid warnings fromatomicfu-common:0.11.10
that useskotlin-stdlib-common:1.3.0-rc-131
.Next steps:
index.adoc
?)ArrayChannel
inReceiveChannelHandler
.1.3.x
and support the latest coroutines version.