
15 Aug
2002
15 Aug
'02
5:47 a.m.
Is it possible to test code using the concurrency features with GHCI?
There's one problem: everything stops when the prompt appears in GHCi. This is because our readline interface isn't thread-friendly. Otherwise, concurrency works fine in GHCi. Cheers, Simon