Hi,<div>I found that on windows and my ubuntu box, when I did this</div><div><br></div><div>ghci&gt; t &lt;- forkIO someAction</div><div><br></div><div>&quot;someAction&quot; started executing in the foreground - as in, the ghci prompt did not come back (until I pressed Ctrl-C)</div>
<div><br></div><div>On my mac however, when I ran the same thing, the action started executing in the background and ghci&gt; prompt returned instantaneously.</div><div>How can I get the thread backgrounded explicitly?</div>
<div><br></div><div>Regards,</div><div>Kashyap</div>