Adds link to manual thread memory section from threads module.

This commit is contained in:
Grzegorz Adam Hankiewicz
2013-05-10 23:33:01 +02:00
parent 1980c8930d
commit 2b517161e4

View File

@@ -14,8 +14,8 @@
## Nimrod's memory model for threads is quite different from other common
## programming languages (C, Pascal): Each thread has its own
## (garbage collected) heap and sharing of memory is restricted. This helps
## to prevent race conditions and improves efficiency. See the manual for
## details of this memory model.
## to prevent race conditions and improves efficiency. See `the manual for
## details of this memory model <manual.html#threads>`_.
##
## Example:
##