guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/17: api-scheduling.texi: Syntactic cleanups.


From: Andy Wingo
Subject: [Guile-commits] 01/17: api-scheduling.texi: Syntactic cleanups.
Date: Tue, 1 Nov 2016 22:50:43 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit 4280c818c2f9cf3434489c522300c90efca4cada
Author: Andy Wingo <address@hidden>
Date:   Tue Nov 1 19:40:19 2016 +0100

    api-scheduling.texi: Syntactic cleanups.
    
    * doc/ref/api-scheduling.texi: Remove vestigial comments.
---
 doc/ref/api-scheduling.texi |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/ref/api-scheduling.texi b/doc/ref/api-scheduling.texi
index 6e9b5b1..ced192d 100644
--- a/doc/ref/api-scheduling.texi
+++ b/doc/ref/api-scheduling.texi
@@ -53,7 +53,6 @@ Return a list of all threads.
 Return the thread that called this function.
 @end deffn
 
address@hidden begin (texi-doc-string "guile" "call-with-new-thread")
 @deffn {Scheme Procedure} call-with-new-thread thunk [handler]
 Call @code{thunk} in a new thread and with a new dynamic state,
 returning the new thread.  The procedure @var{thunk} is called via
@@ -87,7 +86,6 @@ Return @code{#t} ff @var{obj} is a thread; otherwise, return
 @code{#f}.
 @end deffn
 
address@hidden begin (texi-doc-string "guile" "join-thread")
 @deffn {Scheme Procedure} join-thread thread [timeout [timeoutval]]
 @deffnx {C Function} scm_join_thread (thread)
 @deffnx {C Function} scm_join_thread_timed (thread, timeout, timeoutval)
@@ -106,7 +104,6 @@ specified; @code{#f} is returned otherwise).
 Return @code{#t} if @var{thread} has exited, or @code{#f} otherwise.
 @end deffn
 
address@hidden begin (texi-doc-string "guile" "yield")
 @deffn {Scheme Procedure} yield
 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.



reply via email to

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