dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Threading Timer.cs,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Threading Timer.cs,1.3,1.4
Date: Tue, 01 Apr 2003 17:17:40 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading
In directory subversions:/tmp/cvs-serv17469/runtime/System/Threading

Modified Files:
        Timer.cs 
Log Message:


Timer threads should be background threads.


Index: Timer.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading/Timer.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Timer.cs    1 Apr 2003 10:51:55 -0000       1.3
--- Timer.cs    1 Apr 2003 22:17:38 -0000       1.4
***************
*** 79,82 ****
--- 79,83 ----
                                // Start the timer thread.
                                timerThread = new Thread(new ThreadStart(Run));
+                               timerThread.IsBackground = true;
                                timerThread.Start();
                        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]