"Programming in D" book, Parallelism chapter

David d at dav1d.de
Mon Feb 20 03:36:02 PST 2012


Am 20.02.2012 08:12, schrieb Ali Çehreli:
> I have continued working on the book.
>
> 1) Translated the Parallelism chapter:
>
> http://ddili.org/ders/d.en/parallelism.html
>
> 2) Translated more chapters from the beginning of the book:
>
> * Redirecting Standard Input and Output Streams
> * Files
> * auto and typeof
> * Name Space
> * The for Loop
> * The Ternary Operator
> * Literals
> * Formatted Output
> * Formatted Input
> * The do-while Loop
>
> 3) Made the book available as PDF, downloadable from the header of each
> chapter:
>
> http://ddili.org/ders/d.en/index.html
>
> Kindle and Lulu versions will follow later.
>
> Ali

Great Work!

I've found a type: "To simulate long-lasting operations, the following 
examples call Thread.sleep() from the std.thread module. "
Thread.sleep is in core.thread (you imported the correct module in the 
example-code)



More information about the Digitalmars-d-announce mailing list