<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.insideria.com/2009/03/ender-lib-faking-threading-in.html" />
  <link rel="self" type="application/atom+xml" href="http://www.insideria.com/atom.xml" />
  <id>tag:www.insideria.com,2009://34/tag:www.insideria.com,2009://34.35530-</id>
  <updated>2009-11-16T15:12:48Z</updated>
  <title>Comments for Ender Lib: faking threading in Flash (http://www.insideria.com/2009/03/ender-lib-faking-threading-in.html)</title>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.21-en</generator>
  <entry>
    <id>tag:www.insideria.com,2009://34.35530</id>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2009/03/ender-lib-faking-threading-in.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.oreilly.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=34/entry_id=35530" title="Ender Lib: faking threading in Flash" />
    <published>2009-03-06T21:53:57Z</published>
    <updated>2009-03-06T22:10:03Z</updated>
    <title>Ender Lib: faking threading in Flash</title>
    <summary>My fellow developer and friend John Blanco got bored over the weekend and wrote a library for creating and maintaining (fake) thread processes in AS3 for the Flash player.  He&apos;s calling it Ender Lib, presumably after the great Orson Scott Card series, and you can find the library on Google code and official launch on his blog.</summary>
    <author>
      <name>RJ Owen</name>
      
    </author>
    
    <category term="Blogs" />
    
    <content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
      <![CDATA[<p>My fellow developer and friend John Blanco got bored over the weekend and wrote a library for creating and maintaining (fake) thread processes in AS3 for the Flash player.  He's calling it Ender Lib, presumably after the great Orson Scott Card series, and you can find <a href="http://code.google.com/p/ender-lib/">the library on Google</a> code and <a href="http://raptureinvenice.blogspot.com/2009/03/ender-lib-threads-for-flex.html">official launch on his blog</a>.</p>

<p>Java developers will feel right at home in John's code.  It uses an "IRunnable" interface and implements the normal "yield" structure on a "Thread" class.  While true threading currently isn't possible in the flash player, Ender lib will let you program like it is.</p>

<p>Ender Lib is in version 1.0, so expect to find a few minor bugs.  If you're motivated to help work on Ender lib, feel free to sign up on the Google code page or contact John directly via the comments on his blog.<br />
</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2009://34.35530-comment:2054810</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2009://34.35530" type="text/html" href="http://www.insideria.com/2009/03/ender-lib-faking-threading-in.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2009/03/ender-lib-faking-threading-in.html#comment-2054810" />
    <title>Comment from flo on 2009-03-10</title>
    <author>
        <name>flo</name>
        <uri>http://www.developeria.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.developeria.com">
        <![CDATA[<p>that's really great! could replace some creepy event constructions. <br />
thank you for the tip! </p>]]>
    </content>
    <published>2009-03-10T09:02:26Z</published>
  </entry>

</feed
