Concurrency
Graham St Jack
grahams at acres.com.au
Wed Dec 13 23:11:28 PST 2006
janderson wrote:
> Given that the world of PC are heading down the path of muti-cpus:
>
> What features does D supply to take advantage of concurrency, over an
> above what can be accomplished though C++ today?
>
> How could the language be improved to be better at concurrency problems
> then other languages?
>
> (You'll not that I left out the word threading as that is only one form
> of concurrency programming).
>
> -
> I'm just thinking that, perhaps if concurrency is handled well enough in
> D, it can catch the wave of parallel programming that is on the horizon.
I agree that D should have more support for concurrency. Putting some
sensible support into the language is FAR better than trying to do it
all with libraries.
More information about the Digitalmars-d
mailing list