I'm porting some go code to D

Jonas Drewsen nospam4321 at hotmail.com
Sat Aug 24 12:53:14 PDT 2013


On Saturday, 24 August 2013 at 13:26:32 UTC, bearophile wrote:
> David Nadlinger:
>
>> It's a cute idea, but not really practical, I'm afraid – 
>> Goroutines are managed by a scheduler in the Go runtime 
>> library, whereas D threads directly map to OS threads.
>
> Can't Rory McGuire add a scheduler to his code? How much code 
> does it take?

It would be very nice to have a builtin scheduler in the runtime. 
It would make async non-threaded programming so much nicer in D.

/Jonas


More information about the Digitalmars-d-announce mailing list