From: wolf Date: Mon, 5 May 2003 14:02:07 +0000 (+0000) Subject: Announce threading scheme. Add links to docs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa7257d0dbbc7539679c90adf809d8fd6cec460f;p=dealii-svn.git Announce threading scheme. Add links to docs. git-svn-id: https://svn.dealii.org/trunk@7570 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 3bb3c5ba45..09273f654c 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -72,6 +72,20 @@ 3000 lines of code per month. +
+ 2003/02/06: A new multithreading scheme +
+
+ A new multithreading scheme has been put into place; it has + essentially the same functionality as the previous one, but + is simpler and more intuitive to use. It also allows to call + functions on a new thread that return values, and later + retrieve the returned value when the thread has finished. Some + documentation of the scheme can be found + on this + page. +
+
2003/01/24: deal.II runs on AIX 5.1