summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2015-08-30 16:05:32 +0800
committerSze Howe Koh <szehowe.koh@gmail.com>2016-01-30 08:13:02 +0000
commite54612bb30a58fc60e6aa8174ed1d77d612b382e (patch)
tree82199d07beecc20dd0982c244f9bef6b1bb5f1a1
parent3b5b774faf1bcb4a42a4fe5632ba9743d0d13c5e (diff)
downloadqtdoc-e54612bb30a58fc60e6aa8174ed1d77d612b382e.tar.gz
Doc: Remove outdated reading list
These books were published between 1995 and 1997, and are very dated. Newcomers should be directed to learn about C++11's std::thread instead of the platform-specific APIs. We don't want to continue maintaining this list, as it's very easy for users to find their own introductory reading material. Change-Id: I780f58630e6bbebf01e89a9382832051cc3a1444 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
-rw-r--r--doc/src/frameworks-technologies/threads.qdoc16
1 files changed, 3 insertions, 13 deletions
diff --git a/doc/src/frameworks-technologies/threads.qdoc b/doc/src/frameworks-technologies/threads.qdoc
index 6a4bb198..876669a8 100644
--- a/doc/src/frameworks-technologies/threads.qdoc
+++ b/doc/src/frameworks-technologies/threads.qdoc
@@ -57,8 +57,10 @@
\section1 Topics:
+ These articles assume that the reader has basic knowledge about
+ multithreaded applications.
+
\list
- \li \l{Recommended Reading}
\li \l{The Threading Classes}
\li \l{Multithreading Technologies in Qt}
\li \l{Synchronizing Threads}
@@ -67,18 +69,6 @@
\li \l{Thread-Support in Qt Modules}
\endlist
- \section1 Recommended Reading
-
- This document is intended for an audience that has knowledge of,
- and experience with, multithreaded applications. If you are new
- to threading see our Recommended Reading list:
-
- \list
- \li \l {http://www.amazon.com/Threads-Primer-Guide-Multithreaded-Programming/dp/0134436989}{Threads Primer: A Guide to Multithreaded Programming}
- \li \l {http://www.amazon.com/Thread-Time-MultiThreaded-Programming-Guide/dp/0131900676}{Thread Time: The Multithreaded Programming Guide}
- \li \l {http://www.amazon.com/Pthreads-Programming-Standard-Multiprocessing-Nutshell/dp/1565921151a}{Pthreads Programming: A POSIX Standard for Better Multiprocessing}
- \li \l {http://www.amazon.com/WIN32-Multithreaded-Programming-Aaron-Cohen/dp/1565922964}{Win32 Multithreaded Programming}
- \endlist
\section1 The Threading Classes