<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Async on Computers Fear Me</title>
    <link>http://computersfearme.com/tags/async/</link>
    <description>Recent content in Async on Computers Fear Me</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 08 Jun 2009 00:00:00 +0000</lastBuildDate><atom:link href="http://computersfearme.com/tags/async/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Throttling CompletionService</title>
      <link>http://computersfearme.com/post/2009/06/08/a-throttling-completion-service/</link>
      <pubDate>Mon, 08 Jun 2009 00:00:00 +0000</pubDate>
      
      <guid>http://computersfearme.com/post/2009/06/08/a-throttling-completion-service/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/CompletionService.html&#34;&gt;CompletionService&lt;/a&gt; interface defines a service that allows the caller to submit tasks to be completed in the future.  A commonly used implementation is the &lt;a href=&#34;http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ExecutorCompletionService.html&#34;&gt;ExecutorCompletionService&lt;/a&gt;, which uses an &lt;a href=&#34;http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/Executor.html&#34;&gt;Executor&lt;/a&gt; to run the tasks that have been submitted.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
