On Tue, Mar 9, 2010 at 11:34 AM, Alix <[email protected]> wrote:
>
> Sorry, never mind, it seems recursion in ReaderWriterLockSlim is one of the
> things mono 2.6.1 does not support. Here's the code of the problematic
> constructor:
> (mcs/class/System.Core/System.Threading/ReaderWriterLockSlim.cs) :
>
> public ReaderWriterLockSlim (LockRecursionPolicy recursionPolicy) {
> this.recursionPolicy = recursionPolicy;
> if (recursionPolicy != LockRecursionPolicy.NoRecursion) {
> //reader_locks = new Dictionary<int,int> ();
> throw new NotImplementedException("recursionPolicy !=
> NoRecursion not currently implemented");
> }
> }
>
> Sorry for the unnecessary question.
>
>
No need to apologize. Is that something you need to run your software on
mono?
It remains to be implemented, but someone could work on it if it's the case.
Rodrigo
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list