On Sunday, 19 June 2016 at 06:28:45 UTC, deadalnix wrote:
On Sunday, 19 June 2016 at 05:37:01 UTC, Walter Bright wrote:
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.
Alright. What is the goal here ?
Do people really want the threads? You don't get them with gccgo
either, do you?
Isn't the common request more about the channels Go provides?