Synchronized Linked List Traversal

Jonathan Crapuchettes jcrapuchettes at gmail.com
Thu Jan 21 10:29:37 PST 2010


Thank you for the help. Since I am using D1, I think I will use the pthread 
mutexes through the C API.

Steven Schveighoffer wrote:
> On Thu, 21 Jan 2010 08:35:50 -0500, Steven Schveighoffer
> <schveiguy at yahoo.com> wrote:
>
>> To do this, you need a manual mutex, look in tango.core.sync.Mutex I
>> think.
>
> or core.sync.mutex for D2...
>
> -Steve


More information about the Digitalmars-d-learn mailing list