<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Multithreaded programming in D</title>
	<link>http://www.feike.biz/weblog/2007/06/08/multithreaded-programming-in-d/</link>
	<description>Observing trends in computer technology and internet business</description>
	<pubDate>Sat, 04 Feb 2012 14:33:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Rainer</title>
		<link>http://www.feike.biz/weblog/2007/06/08/multithreaded-programming-in-d/#comment-62</link>
		<author>Rainer</author>
		<pubDate>Sat, 09 Jun 2007 04:37:58 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2007/06/08/multithreaded-programming-in-d/#comment-62</guid>
					<description>By the way, the documentation of class thread is &lt;a href="http://www.digitalmars.com/d/phobos/std_thread.html"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>By the way, the documentation of class thread is <a href="http://www.digitalmars.com/d/phobos/std_thread.html">here</a>.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Rainer</title>
		<link>http://www.feike.biz/weblog/2007/06/08/multithreaded-programming-in-d/#comment-63</link>
		<author>Rainer</author>
		<pubDate>Sat, 09 Jun 2007 17:40:10 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2007/06/08/multithreaded-programming-in-d/#comment-63</guid>
					<description>BTW2: Concerning mutexes:

There is no such thing like pthread_mutex in D, but D has basic critical section support built in the language by using the "synchronized" statement (like JAVA) or attribute modifier. It doesn't have wait/notify or other types of locks.

There is no support for more sophisticated mutexing. But I think there are some classlibs already :-)</description>
		<content:encoded><![CDATA[<p>BTW2: Concerning mutexes:</p>
<p>There is no such thing like pthread_mutex in D, but D has basic critical section support built in the language by using the &#8220;synchronized&#8221; statement (like JAVA) or attribute modifier. It doesn&#8217;t have wait/notify or other types of locks.</p>
<p>There is no support for more sophisticated mutexing. But I think there are some classlibs already <img src='http://www.feike.biz/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.116 seconds -->

