Phobos Action Items

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sat Jun 18 22:37:01 PDT 2016


On 6/18/2016 10:22 PM, Suliman wrote:
>> 8. create a greenthreads module that works like Goroutines
>
> But we already have fibers, I thought that they are same with Goroutines
>

Fibers are thread local. Goroutines are distributed among fibers and threads, 
and can switch from one thread to another.


More information about the Digitalmars-d mailing list