Display title | Concurrent Haskell |
Default sort key | Concurrent Haskell |
Page length (in bytes) | 9,540 |
Namespace ID | 0 |
Page ID | 226445 |
Page content language | en - English |
Page content model | wikitext |
Indexing by robots | Allowed |
Number of redirects to this page | 0 |
Counted as a content page | Yes |
HandWiki item ID | None |
Edit | Allow all users (infinite) |
Move | Allow all users (infinite) |
Page creator | imported>JMinHep |
Date of page creation | 18:04, 6 February 2024 |
Latest editor | imported>JMinHep |
Date of latest edit | 18:04, 6 February 2024 |
Total number of edits | 1 |
Recent number of edits (within past 90 days) | 0 |
Recent number of distinct authors | 0 |
Description | Content |
Article description: (description ) This attribute controls the content of the description and og:description elements. | Concurrent Haskell extends Haskell 98 with explicit concurrency. Its two main underlying concepts are:
A primitive type MVar α implementing a bounded/single-place asynchronous channel, which is either empty or holds a value of type α.
The ability to spawn a concurrent thread via the forkIO primitive... |