File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Install moves files into your system's default localtion of headers and librarie
2020configure --prefix=/usr/local
2121```
2222
23- Documentation can be generated with this command:
23+ [ Documentation] ( http://herbertkoelman.github.io/cpp-pthread/doc/html/ ) can be generated with this command:
2424```
2525make doxygen
2626...
@@ -42,6 +42,7 @@ It should now compile use this very simple (but often good enough) implementatio
4242# Usefull links
4343
4444* [ documentation] ( http://pubs.opengroup.org/onlinepubs/007908799/xsh/threads.html ) of the underlying POSIX threading library
45+ * [ project's doxygen] ( http://herbertkoelman.github.io/cpp-pthread/doc/html/ )
4546* [ std::thread] ( http://en.cppreference.com/w/cpp/thread/thread ) implementation we try to mimic
4647* [ std::lock_guard] ( http://en.cppreference.com/w/cpp/thread/lock_guard/lock_guard ) implementation we try to mimic
4748* [ std::mutex] ( http://en.cppreference.com/w/cpp/thread/mutex ) implementation we try to mimic
You can’t perform that action at this time.
0 commit comments