gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 188/324: nse/client: Document the optionality of callbac


From: gnunet
Subject: [gnunet-scheme] 188/324: nse/client: Document the optionality of callbacks.
Date: Tue, 21 Sep 2021 13:23:48 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 9ea57ecebbd0f79a4581efc4347477c28f3e6cd0
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Aug 19 21:30:35 2021 +0200

    nse/client: Document the optionality of callbacks.
    
    * gnu/gnunet/nse/client.scm
      (connect): Document 'updated' and 'connected' are optional.
---
 gnu/gnunet/nse/client.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/gnunet/nse/client.scm b/gnu/gnunet/nse/client.scm
index dccca2d..94965f4 100644
--- a/gnu/gnunet/nse/client.scm
+++ b/gnu/gnunet/nse/client.scm
@@ -124,7 +124,8 @@ timestamp."
 When connected, the thunk @var{connected} is called and estimates
 will become available (but possibly not immediately).  When a new
 estimate is available, the procedure @var{updated} is called.  This
-procedure should accept the new estimate."
+procedure should accept the new estimate.  The procedures @var{updated}
+and @var{connected} are optional."
       (define estimate/box (make-atomic-box #f))
       (define (handle-estimate! estimate-slice)
        (define estimate

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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