[fpc-pascal] Coroutines and VirtualAlloc
    Marco van de Voort 
    marcov at stack.nl
       
    Thu Apr 20 10:30:17 CEST 2017
    
    
  
In our previous episode, Mark Morgan Lloyd said:
> > I don't know. Such effort should chiefly come from the people interested init I guess.
> 
> Turning it around a little: are there still FPC targets that don't have 
> threads? Having coroutines would allow a native thread mechanism to be 
> implemented, without relying on the underlying OS.
No, since the code would be for preemptive systems, and the coroutine system
is cooperative.
    
    
More information about the fpc-pascal
mailing list