On Sun, 2002-07-28 at 14:31, Hercules wrote: > Attached is the program from the book .Net Common Languag Runtime UnLeashed on >multithreading. > The result is different when execute on PC other than in Linux using mono. > > output from PC > Hello World from the first Instance > Hello World from the second Instance > > output from Linux > Hello World from the second Instance > > Please advice is this a problem?
Yes, a combined ThreadStart delegate isn't supported yet (mainly because I didn't notice that it was a combinable delegate.) I'll add a bugzilla entry for this. - Dick _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
