Browse Source

Provide citation for Art of Concurrency section about task granularity. Closes #1453

Ask Solem 11 years ago
parent
commit
35ef4a557c
1 changed files with 5 additions and 2 deletions
  1. 5 2
      docs/userguide/tasks.rst

+ 5 - 2
docs/userguide/tasks.rst

@@ -1140,11 +1140,14 @@ overhead may not be worth it in the end.
 
 .. seealso::
 
-    The book `Art of Concurrency`_ has a whole section dedicated to the topic
-    of task granularity.
+    The book `Art of Concurrency`_ has a section dedicated to the topic
+    of task granularity [AOC1]_.
 
 .. _`Art of Concurrency`: http://oreilly.com/catalog/9780596521547
 
+.. [AOC1] Breshears, Clay. Section 2.2.1, "The Art of Concurrency".
+   O'Reilly Media, Inc. May 15, 2009.  ISBN-13 978-0-596-52153-0.
+
 .. _task-data-locality:
 
 Data locality