<div dir="ltr">Hi Robin,<div><br></div><div>Thanks for the pointer. I can't find the thread in question after a bit of googling, but suspect you mean using System.Mem.StableName? From the docs,</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:18.2000007629395px">Stable names are reclaimed by the runtime system when they are no longer needed.</span></blockquote><div><br></div><div>which seems like it's not going to work. It does point me towards the related Foreign.StablePtr which seems like it should do what I want.</div><div><br></div><div>Cheers,</div><div><br></div><div>David</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 6 August 2015 at 21:53, Robin Palotai <span dir="ltr"><<a href="mailto:palotai.robin@gmail.com" target="_blank">palotai.robin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">You can make a stable name for the MVar which will prevent the rts from collecting it. Google it, there was a thread about this with Simon Marlow.</p>
<p dir="ltr">Robin</p>
<br><div class="gmail_quote"><div><div class="h5"><div dir="ltr">On Wed, Aug 5, 2015, 12:43 PM David Turner <<a href="mailto:dct25-561bs@mythic-beasts.com" target="_blank">dct25-561bs@mythic-beasts.com</a>> wrote:<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hi,<div><br></div><div>Is there an elegant way to have a thread wait for an async exception but nothing else? I tend to do something like</div><div><br></div><div>    forever $ threadDelay 1000000000</div><div><br></div><div>but this seems like a bit of a hack. Waiting on an otherwise-unused MVar or doing 'atomically retry' don't work because GHC kills them off straight away.</div><div><br></div><div>The context is when using an API that only has a 'withMyThingy' wrapper and no explicit openMyThingy and closeMyThingy alternatives. Perhaps that's an API problem and the only way to work around this is with something a bit hacky?</div><div><br></div><div>Cheers,</div><div><br></div><div><br></div></div></div></div>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
</blockquote></div>
</blockquote></div><br></div>