File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{- |
2
2
3
- “Unfork” is the opposite of “fork”; whereas forking allows things
4
- to run concurrently, unforking prevents things from running
5
- concurrently.
3
+ “Unfork” is the opposite of “fork”; whereas forking
4
+ allows things to run concurrently, unforking prevents
5
+ things from running concurrently.
6
6
7
7
+-----------+------------------+-------------------+
8
8
| | Result available | Result discarded |
@@ -14,9 +14,9 @@ concurrently.
14
14
| Sync I/O | 'unforkSyncIO' | 'unforkSyncIO_' |
15
15
+-----------+------------------+-------------------+
16
16
17
- Use one of the functions in this module when you have
18
- an action that will be used by concurrent threads but
19
- needs to run serially.
17
+ Use one of the functions in this module when you
18
+ have an action that will be used by concurrent
19
+ threads but needs to run serially.
20
20
21
21
22
22
== Example
You can’t perform that action at this time.
0 commit comments