Discussion:
[ceylon-dev] Async/Await functionality
Vitaly Banchenko
2016-10-21 07:35:42 UTC
Permalink
Is there are plans to implement such functionality as async/await in Ceylon
?
It looks nice and so clear and readable approach to write asynchronous apps.
--
You received this message because you are subscribed to the Google Groups "ceylon-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceylon-dev+***@googlegroups.com.
To post to this group, send email to ceylon-***@googlegroups.com.
Visit this group at https://groups.google.com/group/ceylon-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceylon-dev/b2d2ac9b-d267-419a-a521-a4c285d0082b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Gavin King
2016-10-21 08:31:25 UTC
Permalink
It's something we would definitely love to add. But we're not working
on it at this time.

On Fri, Oct 21, 2016 at 9:35 AM, Vitaly Banchenko
Post by Vitaly Banchenko
Is there are plans to implement such functionality as async/await in Ceylon
?
It looks nice and so clear and readable approach to write asynchronous apps.
--
You received this message because you are subscribed to the Google Groups
"ceylon-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/ceylon-dev.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ceylon-dev/b2d2ac9b-d267-419a-a521-a4c285d0082b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Gavin King
***@ceylon-lang.org
http://profiles.google.com/gavin.king
http://ceylon-lang.org
http://hibernate.org
http://seamframework.org
--
You received this message because you are subscribed to the Google Groups "ceylon-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceylon-dev+***@googlegroups.com.
To post to this group, send email to ceylon-***@googlegroups.com.
Visit this group at https://groups.google.com/group/ceylon-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceylon-dev/CAP7PoCdvSPURSVxYWTwLW0n6qGwP7ZA_RT9EirEB0f2fxy9jvw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Roland Tepp
2016-10-25 11:24:40 UTC
Permalink
This is my personal opinion, so it has no bearing on the Ceylon future.

The async/await syntax sounds nice and clean, until you realize that the
async keyword is extremely greedy.
Once you use async in your function/method, the whole function become
*async* and cannot be directly called from any synchronous code.

At least this is how it seems to be working in C#
Post by Vitaly Banchenko
Is there are plans to implement such functionality as async/await in
Ceylon ?
It looks nice and so clear and readable approach to write asynchronous apps.
--
You received this message because you are subscribed to the Google Groups "ceylon-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceylon-dev+***@googlegroups.com.
To post to this group, send email to ceylon-***@googlegroups.com.
Visit this group at https://groups.google.com/group/ceylon-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceylon-dev/1c30a702-8665-46dd-80b4-c507e4d29536%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...