<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Timer</title><link>https://sourceforge.net/p/java-utility-classes/wiki/Timer/</link><description>Recent changes to Timer</description><atom:link href="https://sourceforge.net/p/java-utility-classes/wiki/Timer/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 26 Jan 2024 01:35:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/java-utility-classes/wiki/Timer/feed" rel="self" type="application/rss+xml"/><item><title>Timer modified by ENGITEX</title><link>https://sourceforge.net/p/java-utility-classes/wiki/Timer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,5 @@
 Timer class allows creating a timer that will be started with **start()** method asynchronously.
 This means the method returns immediately and the user can do other tasks on the calling (main) thread.
 The timer stops either automatically after the timeout expires or manually after a call of **stop()** method at any time.
+
+Inevitably higher timer precision set by the argument **msPrecision** will lead to higher CPU load by the timer thread. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ENGITEX</dc:creator><pubDate>Fri, 26 Jan 2024 01:35:01 -0000</pubDate><guid>https://sourceforge.nete854973d3f725d1f50b74fbcb01b4e9a93b15d0e</guid></item><item><title>Timer modified by ENGITEX</title><link>https://sourceforge.net/p/java-utility-classes/wiki/Timer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,3 @@
 Timer class allows creating a timer that will be started with **start()** method asynchronously.
 This means the method returns immediately and the user can do other tasks on the calling (main) thread.
-The timer stops either automatically after the timeout expires or manually by calling **stop()** at any time.
+The timer stops either automatically after the timeout expires or manually after a call of **stop()** method at any time.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ENGITEX</dc:creator><pubDate>Fri, 26 Jan 2024 01:06:05 -0000</pubDate><guid>https://sourceforge.net73e41ca784acfbacc34356ac2fa3fd218f562b81</guid></item><item><title>Timer modified by ENGITEX</title><link>https://sourceforge.net/p/java-utility-classes/wiki/Timer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -0,0 +1,3 @@
+Timer class allows creating a timer that will be started with **start()** method asynchronously.
+This means the method returns immediately and the user can do other tasks on the calling (main) thread.
+The timer stops either automatically after the timeout expires or manually by calling **stop()** at any time.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ENGITEX</dc:creator><pubDate>Fri, 26 Jan 2024 01:01:53 -0000</pubDate><guid>https://sourceforge.net8399feb040f4007bcc106ebafc5953e7df97a158</guid></item><item><title>Timer modified by ENGITEX</title><link>https://sourceforge.net/p/java-utility-classes/wiki/Timer/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ENGITEX</dc:creator><pubDate>Fri, 26 Jan 2024 01:00:00 -0000</pubDate><guid>https://sourceforge.net308ca90d47d2ac84c42ee1b84c5f8f331b70be5a</guid></item></channel></rss>