1. threads
- Posted by Robert Craig <rds at EMAIL.MSN.COM>
Feb 02, 1999
-
Last edited Feb 03, 1999
nonlerer writes:
> Rob, now that 2.1 EXW can have multiple call-backs,
> does this mean we can use threads??
Euphoria does not support the creation of threads, but maybe you can
call a Euphoria call-back routine from some other language
that does support threads.
Regards,
Rob Craig
Rapid Deployment Software
http://members.aol.com/FilesEu/
2. threads
How do you do threads in Win32 euphoria? How do you specify the
controlling routine?
thanks
3. Re: threads
- Posted by Irv <irv at ELLIJAY.COM>
May 05, 1998
-
Last edited May 06, 1998
At 07:45 AM 5/6/98 +0800, you wrote:
>How do you do threads in Win32 euphoria? How do you specify the
>controlling routine?
>
I will copy a reply from Robert Craig of RDS on this:
<quote>
Euphoria 2.0 does not support threads.
A future release might, if there is enough
demand for it. It's not a trivial thing to add.
With threads you can have parallelism *within*
a single program. This goes beyond the usual parallelism
that lets the OS run two or more programs (processes)
at the same time.
Regards,
Rob Craig
Rapid Deployment Software
<end quote>