gnunet-developers
[Top][All Lists]
Advanced

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

[GNUnet-developers] How are progress callbacks called?


From: amirouche
Subject: [GNUnet-developers] How are progress callbacks called?
Date: Wed, 27 Mar 2019 19:44:49 +0100
User-agent: Roundcube Webmail/1.3.8

Hello,


I am trying to figure how progress callbacks e.g.

   https://git.gnunet.org/gnunet.git/tree/src/fs/gnunet-search.c#n149

What I am trying to do is to avoid the gnunet scheduler to be able to
simplify my code using async / await. For the time being I am investigating
how to communicate with gnunet services using raw sockets because I know
how to use socket using async / await.

The alternative would be to integrate the gnunet scheduler with the event
 loop I plan to use but that is more difficult since AFAIK guile-fibers
(the async guile library) doesn't support integrating other event loops.

At the end of the day, what I want is given a service what message can I
send and what message can I receive.

Any help please?



reply via email to

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