<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://cothreads.sourceforge.net/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>coThreads</title>
        <description></description>
        <link>http://cothreads.sourceforge.net/</link>
        <lastBuildDate>Sun, 06 Jul 2008 17:53:01 -0700</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://cothreads.sourceforge.net/lib/images/favicon.ico</url>
            <title>coThreads</title>
            <link>http://cothreads.sourceforge.net/</link>
        </image>
        <item>
            <title>example:index</title>
            <link>http://cothreads.sourceforge.net/example/index?rev=1196688954</link>
            <description>We should really add more tutorial-like examples in the future. For now, please check out the testing programs inside the example directory of the distribution instead,

Build

In the example directory, Just make all after you've got coThreads installed on your system.</description>
            <author>li</author>
        <category>example</category>
            <pubDate>Mon, 03 Dec 2007 05:35:54 -0700</pubDate>
        </item>
        <item>
            <title>doc:compatibility</title>
            <link>http://cothreads.sourceforge.net/doc/compatibility?rev=1196688917</link>
            <description>Overview

The coThreads library treat compatibility seriously: 

	*  No touch to the compiler, run-time and libraries from the standard distribution, pure implementation at user space
*  No modification to the original Threads library, all extension is provided as extra modules</description>
            <author>li</author>
        <category>doc</category>
            <pubDate>Mon, 03 Dec 2007 05:35:17 -0700</pubDate>
        </item>
        <item>
            <title>doc:pitfall</title>
            <link>http://cothreads.sourceforge.net/doc/pitfall?rev=1196685243</link>
            <description>Mutable variables sharing

With coThreads, any thing immutable is shared by default, but mutable variables, as far as you want to mutate/read them from different threads, should always be shared as transactional variables. 

It's easier to understand the principle if you know the fact that, in OCaml</description>
            <author>li</author>
        <category>doc</category>
            <pubDate>Mon, 03 Dec 2007 04:34:03 -0700</pubDate>
        </item>
    </channel>
</rss>
