[fpc-devel] Russian locale information not	compatible	with	FPClocale variables
    Michael Schnell 
    mschnell at lumino.de
       
    Thu Jul 31 10:36:04 CEST 2008
    
    
  
> Eg only allow the parallel or async keyword (I personally do not care
> which) on an otherwise normal procedure and then another
> procedure/keyword isfinished(x)? 
In fact Oxygen does also support the "parallel" keyword/paradigm that 
works very similar to what you suggest:
http://wiki.remobjects.com/wiki/Parallel_Loops
They only seem to allow the parallel keyword for loops:
for parallel i: Integer := 0 to 10 do ...
But why not (additionally) do
parallel procedure x(a: integer);
begin
...
end;
Michael
    
    
More information about the fpc-devel
mailing list