guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/17: Add scm_yield to manual alongside yield


From: Andy Wingo
Subject: [Guile-commits] 02/17: Add scm_yield to manual alongside yield
Date: Tue, 1 Nov 2016 22:50:43 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit b2e7662ebe1371a007c5b63a9e032fdccbe2a69b
Author: Andy Wingo <address@hidden>
Date:   Tue Nov 1 19:58:06 2016 +0100

    Add scm_yield to manual alongside yield
    
    * doc/ref/api-scheduling.texi (Threads): Mention scm_yield.
---
 doc/ref/api-scheduling.texi |    1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/ref/api-scheduling.texi b/doc/ref/api-scheduling.texi
index ced192d..c7c7c8e 100644
--- a/doc/ref/api-scheduling.texi
+++ b/doc/ref/api-scheduling.texi
@@ -105,6 +105,7 @@ Return @code{#t} if @var{thread} has exited, or @code{#f} 
otherwise.
 @end deffn
 
 @deffn {Scheme Procedure} yield
address@hidden {C Function} scm_yield (thread)
 If one or more threads are waiting to execute, calling yield forces an
 immediate context switch to one of them. Otherwise, yield has no effect.
 @end deffn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]