Rewrite the documentation for forkOS again
authorSimon Marlow <marlowsd@gmail.com>
Mon, 18 Aug 2008 13:28:56 +0000 (13:28 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 18 Aug 2008 13:28:56 +0000 (13:28 +0000)
commita7af7ce0e320341ef49115ec2ab74bb21b743544
treef7416793803c2ae0c10747b4abfad06b82ad1ea2
parentc7dc14cd5106c9e3c5d481a09b6e6241f662e99d
Rewrite the documentation for forkOS again
Try to make it clearer that forkOS is only necessary when calling
foreing libraries that use thread-local state, and it has nothing to
do with scheduling behaviour between Haskell threads.  I also added
something about the performance impact of forkOS, and mentioned that
the main thread is a bound thread.
Control/Concurrent.hs