On Sun, Feb 23, 2014 at 7:46 AM, Axel Simon wrote:
> Dear Don,
>
> I haven't tracked the developments of ghc's concurrency recently so I don't
> know if there is still this -threaded option or if everything is nowadays
> multithreaded. There used to be the necessity to install this call-back tha
Dear Don,
I haven't tracked the developments of ghc's concurrency recently so I don't
know if there is still this -threaded option or if everything is nowadays
multithreaded. There used to be the necessity to install this call-back that
would run the main loop of Gtk+ while the Haskell program
On Fri, Feb 21, 2014 at 8:00 AM, Donald Allen wrote:
>
>
>
> On Thu, Feb 20, 2014 at 2:55 PM, Daniel Wagner wrote:
>
>> Man, you have *got* to get into the habit of creating a minimal working
>> example. =)
>>
>
> Yeah, I know. I only had a 45 year career in computer science, running
> software pr
On Thu, Feb 20, 2014 at 2:55 PM, Daniel Wagner wrote:
> Man, you have *got* to get into the habit of creating a minimal working
> example. =)
>
Yeah, I know. I only had a 45 year career in computer science, running
software projects large and small (including the Tenex project at BBN when
Tenex w
Man, you have *got* to get into the habit of creating a minimal working
example. =)
The minimal framework I could put around your code to make it run is
included below. It does not have the problem you describe. Does the code
below show the bad behavior you describe when you try it? If not, cou