Re: Eu Threading -- Cheap Threads
- Posted by Greg Haberek <ghaberek at gmail.com> Sep 20, 2004
- 456 views
The thing is, threads do *kinda* work in Euphoria using the Windows API. I've played around with it, and I could get multiple threads to execute concurrently so long as each thread killed itself prior to exiting. Allowing the thread to return 0 (normal behavior) causes a machine crash, but killing the thread first works. I can dig up my research if anyone is interested. ~Greg On Mon, 20 Sep 2004 12:00:04 -0700, Ron Weidner <guest at rapideuphoria.com> wrote: > > posted by: Ron Weidner <nova812 at hotmail.com> > > I've seen several posts about threads here. So far, it seems > threads are not implemented. So, I found this LGPL C lib called > "Cheap Threads" that might be helpful for someone willing to > implement it for Eu. Not sure it will help but, here is the > URL anyway... > > http://home.swbell.net/mck9/ct/ > > > >