mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 13:20:26 +02:00
*** empty log message ***
This commit is contained in:
parent
429d88d4e7
commit
fc41ba03f3
1 changed files with 3 additions and 2 deletions
5
NEWS
5
NEWS
|
@ -8,7 +8,8 @@ Changes since the stable branch:
|
|||
|
||||
* Changes to the distribution
|
||||
|
||||
** There is a new thread implementation option: "null".
|
||||
** There is a new thread implementation option "null", which is also
|
||||
the default now.
|
||||
|
||||
When you configure "--with-threads=null", you will get the usual
|
||||
threading API (call-with-new-thread, make-mutex, etc), but you can't
|
||||
|
@ -18,7 +19,7 @@ is always present, although you might not be able to create new
|
|||
threads.
|
||||
|
||||
When cooperative threading is not supported on your platform, you will
|
||||
get the "null" threads.
|
||||
get the "null" threads instead.
|
||||
|
||||
The long term plan is to make the selection of a thread implementation
|
||||
a run-time option, not a configure time option.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue