Note: rust also recently landed async/await:
https://blog.rust-lang.org/2019/11/07/Async-await-stable.html, though I
have not looked into how it schedules the futures (ie, is it a one-cpu loop
like swift or node, does it attempt to schedule futures in an M:N
fashion like goroutines, etc). It's a recent development that seems
excellent for the Rust ecosystem, so it might be looking at further when
learning about language concurrency models.

On Wed, Nov 13, 2019 at 9:22 AM Serge Hulne <serge.hu...@gmail.com> wrote:

> Thank you very much for your answers, they are very much appreciated.
>
> Serge.
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/bbe52ea5-b65b-4959-89cc-80e747322be9%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CANGiwgbcDxTD0JdqKWfj5W4vR-as8-4Hinr9SmBTDe0gpc%3DP-Q%40mail.gmail.com.

Reply via email to