<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (wagerlabs)</title>
    <link>https://pinboard.in/u:wagerlabs/public/</link>
    <description>recent bookmarks from wagerlabs</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://cocoawithlove.com/2009/08/safe-threaded-design-and-inter-thread.html"/>
	<rdf:li rdf:resource="http://www.hpl.hp.com/personal/Hans_Boehm/c++mm/threadsintro.html"/>
	<rdf:li rdf:resource="http://www.igvita.com/2008/05/27/ruby-eventmachine-the-speed-demon/"/>
	<rdf:li rdf:resource="http://www.boyet.com/Articles/LockFreeRedux.html"/>
	<rdf:li rdf:resource="http://mlton.org/pipermail/mlton-user/2006-July/000856.html"/>
	<rdf:li rdf:resource="http://www.macresearch.org/node/4567"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://cocoawithlove.com/2009/08/safe-threaded-design-and-inter-thread.html">
    <title>Cocoa with Love: Safe, threaded design and inter-thread communication</title>
    <dc:date>2009-08-10T21:00:44+00:00</dc:date>
    <link>http://cocoawithlove.com/2009/08/safe-threaded-design-and-inter-thread.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>cocoa programming smp threading</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:7e03f5704acc/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:cocoa"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:smp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:threading"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.hpl.hp.com/personal/Hans_Boehm/c++mm/threadsintro.html">
    <title>Threads Basics</title>
    <dc:date>2008-12-14T10:49:04+00:00</dc:date>
    <link>http://www.hpl.hp.com/personal/Hans_Boehm/c++mm/threadsintro.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>programming threads multithreading parallel threading development</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:d58e8fc78331/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:threads"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:multithreading"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parallel"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:threading"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:development"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.igvita.com/2008/05/27/ruby-eventmachine-the-speed-demon/">
    <title>Ruby EventMachine - The Speed Demon - igvita.com</title>
    <dc:date>2008-12-11T23:55:31+00:00</dc:date>
    <link>http://www.igvita.com/2008/05/27/ruby-eventmachine-the-speed-demon/</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>programming rails ruby performance development threads eventmachine asynchronous reactor networking threading</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:9e11cc8c61a1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:threads"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:eventmachine"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:asynchronous"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:reactor"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:networking"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:threading"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.boyet.com/Articles/LockFreeRedux.html">
    <title>julian m bucknall &gt;&gt; Lock-free data structures: redux</title>
    <dc:date>2008-07-11T20:57:12+00:00</dc:date>
    <link>http://www.boyet.com/Articles/LockFreeRedux.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>algorithms concurrency threading lockfree</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:d004353d2095/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:algorithms"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:concurrency"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:threading"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:lockfree"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mlton.org/pipermail/mlton-user/2006-July/000856.html">
    <title>[MLton-user] simple, portable, asynchronous programming in SML</title>
    <dc:date>2007-11-17T23:04:10+00:00</dc:date>
    <link>http://mlton.org/pipermail/mlton-user/2006-July/000856.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>continuations cps threading sml</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:ef8798d10d4a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:continuations"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:cps"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:threading"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:sml"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.macresearch.org/node/4567">
    <title>Cocoa for Scientists (Part XXI): Multi-Threading Your App with NSOperation and NSOperationQueue | MacResearch</title>
    <dc:date>2007-11-06T00:05:43+00:00</dc:date>
    <link>http://www.macresearch.org/node/4567</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>cocoa programming threading</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:6d3e7cab4b8d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:cocoa"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:threading"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>