First Draft: Coroutines

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Tue Aug 6 02:00:39 UTC 2024


On 06/08/2024 6:11 AM, Sebastiaan Koppe wrote:
> It is similar to the approach Go takes in that it makes calling C 
> functions more difficult though.

Go goes a bit further than that, their goroutines are effectively in 
their own calling convention.

We cannot replicate what they did, as we have strict requirements on 
interactivity to C. I did check with Walter and he confirmed it wasn't 
acceptable from his stance either.


More information about the dip.development mailing list