|
|
|
|
|
by throwaway81523
1918 days ago
|
|
GHC is ok at mixing OS threads and green threads. You launch an OS thread if you want it to make blocking system calls etc. But from the user perspective it's just like a "normal" (green) thread, uses the same mutexes etc. |
|