[Mono-list] Re: Taking Ownership
Miguel de Icaza
miguel@ximian.com
21 Jul 2001 19:03:15 -0400
> Hey, if no one out there has implemented System.IAsyncResult then I'd like to
> take it on. I'll probably have to work on the following or add some more
> implementation to get it done:
>
> System.Threading.WaitHandle
> System.IntPtr
> System.ValueType
>
> If your out there working on these let me know so I can be lazy.
A sort-of useful implementation of ValueType is already in the
distribution, it needs a few things, like providing a good Hashcode
generic routine (just scan all the bits for the size of the object and
figure a code from there).