[Haskell-cafe] Question about forkIO
C K Kashyap
ckkashyap at gmail.com
Thu Feb 28 12:09:16 CET 2013
Hi All,
Say I have a haskell function 'f' that does a forkIO and starts an action
"a". I create a DLL of this haskell code and inovke "f" from C. Can I
expect the "a" to continue to run once "f" has returned to C?
Regards,
Kashyap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130228/13100379/attachment.htm>
More information about the Haskell-Cafe
mailing list