[Mono-dev] [PATCH] System.Threading.Parallel

Miguel de Icaza miguel at novell.com
Mon Dec 24 15:57:02 EST 2007


> So given that the two do not conflict I see three options:
> - add System.Threading.Parallel.ParallelEnvironment to corlib and  
> conditionally depend on its presence (similar to now), or

This is not likely going to happen, as code compiled on Mono would not
run on .NET.   We have avoided modifying the public API exposed for the
sake of portability.

This needs to be a standalone assembly so that software can be used on
Linux and Unix.  As for helper methods, that am not too concerned about,
the number of processors at this point is something that Mono does not
do much with, so the whole policy can be included in this new assembly.

Miguel



More information about the Mono-devel-list mailing list