Difference between revisions of "Poorly named things"
From HaskellWiki
(+some suggestions) |
Tomjaguarpaw (talk | contribs) ("return" is better called "pure" these days) |
||
Line 1: | Line 1: | ||
* forkOS - forkOS does not create an OS-level thread. It creates a lightweight thread, the same as forkIO. The only difference is when you are doing FFI. | * forkOS - forkOS does not create an OS-level thread. It creates a lightweight thread, the same as forkIO. The only difference is when you are doing FFI. | ||
− | |||
− |
Revision as of 14:57, 6 February 2021
- forkOS - forkOS does not create an OS-level thread. It creates a lightweight thread, the same as forkIO. The only difference is when you are doing FFI.