[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gwydion & threads



On Thursday, March 14, 2002, at 02:40 PM, Scott Ribe wrote:

> Is it possible to write multi-threaded (Carbon, in this case) apps using
> Gwydion? Or are there problems with global data not being synchronized?

It isn't possible to use PThreads in Gwydion at this time. I think 
there's a problem with the way we represent objects in memory.

Rather than using threads you could use Carbon Timers instead. You'd 
just need to structure your code as callbacks rather than as loops.

- Rob.