<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>infinite on T[h]ink]er[ing</title>
    <link>https://torokmark.github.io/tags/infinite/</link>
    <description>Recent content in infinite on T[h]ink]er[ing</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 25 Apr 2020 12:00:00 +0100</lastBuildDate>
    <atom:link href="https://torokmark.github.io/tags/infinite/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Do you know Java: Daemon Thread</title>
      <link>https://torokmark.github.io/posts/do-you-know-java-daemon-thread/</link>
      <pubDate>Sat, 25 Apr 2020 12:00:00 +0100</pubDate>
      <guid>https://torokmark.github.io/posts/do-you-know-java-daemon-thread/</guid>
      <description>Application terminates when all threads are terminated. But what if some of them run endlessly?&#xA;Sometimes threads run until a condition is met, sometimes they run endlessly.&#xA;Once a thread is created and then started, it runs parallel with the main execution. Our app terminates when all threads are terminated including our main method as well.&#xA;What if a thread is infinite and still running though the main is already terminated?</description>
    </item>
  </channel>
</rss>
