Hello,
> Thanks!   Raphael said exactly the same thing to me.  Now I have two 
> questions:
>
> - How much does the async stuff in C# 5.0 resemble the Cilk spawn-sync
> model?  And how much async stuff is implemented in the mono trunk?
The async/await is about asynchrony and spawn/sync is about parallelism. 
These are 2 different things which should not be mixed together.

Mono C# compiler has no async support yet (the .NET preview has been 
announced few days ago!) but we are fully aware of it and we will 
implement it as soon as time permits.

Marek
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to