mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
*** empty log message ***
This commit is contained in:
parent
7272f6d8b8
commit
d9c443919d
1 changed files with 5 additions and 1 deletions
|
@ -76,7 +76,11 @@ Trying to use the thread library's support for thread local data
|
|||
|
||||
*** Implementing the GC thread synchronization (all threads: go to sleep!)
|
||||
|
||||
Suitable synchronization point is probably SCM_TICK.
|
||||
One suitable synchronization point is probably SCM_TICK.
|
||||
|
||||
Note also that threads which are in I/O or timeout should be regarded
|
||||
as stopped and that we need synchronization points *after* each I/O or
|
||||
timeout, so that they really stop afterward if Guile is still in GC.
|
||||
|
||||
*** Implementing the libguileposix threads glue library
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue