digitalmars.D.learn - threads
- asdf (1/1) Aug 24 2009 I just downloaded dmd 2.031 and it does not contain std.thread. Why not?
- Jarrett Billingsley (5/6) Aug 24 2009 Because several releases ago, std.thread was replaced by core.thread.
I just downloaded dmd 2.031 and it does not contain std.thread. Why not?
Aug 24 2009
On Mon, Aug 24, 2009 at 12:19 PM, asdf<asdf fdsa.asdf> wrote:I just downloaded dmd 2.031 and it does not contain std.thread. Why not?Because several releases ago, std.thread was replaced by core.thread. http://www.digitalmars.com/d/2.0/changelog.html#new2_020 For some reason the Phobos docs still refer to it as std.thread, but the documentation page itself says core.thread.
Aug 24 2009