<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Simple delay'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 11:45:00 +0000</lastBuildDate>
    <item>
      <title>ILoveBeer said on 20/Oct/2008</title>
      <link>https://snipplr.com/view/8907/simple-delay</link>
      <description>&lt;p&gt;omg!!! very cpu consuming!!!&#13;
use&#13;
      int ms = 500;      &#13;
      try {&#13;
         Thread.sleep(ms);&#13;
      } catch (InterruptedException e) {}&#13;
&#13;
instead&lt;/p&gt;</description>
      <pubDate>Mon, 20 Oct 2008 09:50:05 UTC</pubDate>
      <guid>https://snipplr.com/view/8907/simple-delay</guid>
    </item>
  </channel>
</rss>
