RE: Multiple loops interrupt each other :(

new topic     » topic index » view thread      » older message » newer message

Weichel wrote:
> 
> 
> Hello list,
> 
> I have a couple of loops that I want to run in parallel but, when I 
> start
> number two the first stops and vise versa.
> When I stop number two number one will continue.
> 
> Each loop are in a procedure for itself and I am using the IDE to 
> develop
> the program.

Short answer: you can't. 
Euphoria does not have threads. 

You might be able to write some tricky code which might appear to 
operate in parallel, but it would be: 1. tricky, and 2. not actual 
parallel processing.

Irv

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu