mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Added blurb about "null" threads.
This commit is contained in:
parent
2794cb5073
commit
f0b4d944b4
1 changed files with 14 additions and 0 deletions
14
NEWS
14
NEWS
|
@ -8,6 +8,20 @@ Changes since the stable branch:
|
|||
|
||||
* Changes to the distribution
|
||||
|
||||
** There is a new thread implementation option: "null".
|
||||
|
||||
When you configure "--with-threads=null", you will get the usual
|
||||
threading API (call-with-new-thread, make-mutex, etc), but you can't
|
||||
actually create new threads.
|
||||
|
||||
The short term plan is to remove the support for --with-threads=no
|
||||
completely so that one doesn't need to special case as much when
|
||||
writing code that needs to be thread-aware but should also work
|
||||
without threads.
|
||||
|
||||
The long term plan is to make the selection of a thread implementation
|
||||
a run-time option, not a configure time option.
|
||||
|
||||
** Guile now includes its own version of libltdl.
|
||||
|
||||
We now use a modified version of libltdl that allows us to make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue