X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent.hs;h=d41b4626f92213b0fa0cb3dc0b257bbcdfb23e05;hb=4c98224cdf6e5a1620721faea837656f429f4f27;hp=9fff8277c405059224ff6b295b2e766ca726b93a;hpb=0be227fdbf8ff48f36635a25a767f32ec5f895c4;p=ghc-base.git diff --git a/Control/Concurrent.hs b/Control/Concurrent.hs index 9fff827..d41b462 100644 --- a/Control/Concurrent.hs +++ b/Control/Concurrent.hs @@ -137,7 +137,7 @@ for input will block /all/ threads, unless the @threadsafe@ attribute is used on the foreign call (and your compiler \/ operating system supports it). GHC's I\/O system uses non-blocking I\/O internally to implement thread-friendly I\/O, so calling standard Haskell I\/O -functions blocks only the thead making the call. +functions blocks only the thread making the call. -} -- Thread Ids, specifically the instances of Eq and Ord for these things.