https://bugzilla.novell.com/show_bug.cgi?id=347476
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=347476#c1 Paolo Molaro <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal --- Comment #1 from Paolo Molaro <[EMAIL PROTECTED]> 2007-12-11 08:39:38 MST --- When I rewrote Threading.Timer I isolated the time-getting function for the purpouse of using a monotonic clock, so for that case we just need to expose an appropriate internal call. Timers.Timer should undergo a similar rewrite (and it likely should be implemented as a wrapper of Threading.Timer). We likely also have the same issue as part of the Monitor implementation in metadata/monitor.c and other such things (timeouts for appdomain unload etc). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
