Re: A case of use involving threads
Glynn Clements <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.gui |
|---|---|
| Message-ID | <[email protected]> |
Nick Name wrote: > If threadsafe does not exist, what are the alternatives? Would them > easily be handled by a clever design of CGA? What sort of design? Can > threads be spawned in C and then be used in haskell? Would this be a > mess instead? If threads aren't an option, you may be able to use timer and/or idle callbacks. -- Glynn Clements <[email protected]>