REPL Server: Fix 'stop-server-and-clients!'.
[bpt/guile.git] / doc / ref / api-evaluation.texi
index 7d67d9a..d3e6c8c 100644 (file)
@@ -1279,6 +1279,10 @@ with no arguments.
 
 @deffn {Scheme Procedure} stop-server-and-clients!
 Closes the connection on all running server sockets.
+
+Please note that in the current implementation, the REPL threads are
+cancelled without unwinding their stacks.  If any of them are holding
+mutexes or are within a critical section, the results are unspecified.
 @end deffn
 
 @c Local Variables: