[Mono-dev] [PATCH] System.Threading.Parallel
Andreas Färber
andreas.faerber at web.de
Thu Dec 20 09:27:45 EST 2007
Am 13.12.2007 um 23:34 schrieb Andreas Färber:
> Attached is a patch adding the System.Threading.Parallel assembly,
> an optional part of the ECMA-335 standard (Annex G). The initial
> implementation is single-threaded, as permitted by the standard. All
> my test cases pass. Please review.
>
> Am I correct to use the ecma.pub key for this ECMA-only assembly?
>
> And am I seeing correctly that the ECMA docs do not document
> protected methods? I used "internal protected" to be on the safe
> side for now.
>
> There are some comments inline, documenting where I needed to
> interpret the standard. For instance, the standard says an exception
> should be rethrown in EndRun, which I am doing now, but this of
> course hides the original source of the exception, so maybe we
> should not rethrow it but throw some new exception with it as
> InnerException?
No comments for one week? Can I go ahead and commit the initial
version then?
Andreas
More information about the Mono-devel-list
mailing list