gnunet-developers
[Top][All Lists]
Advanced

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

Re: [GNUnet-developers] How are progress callbacks called?


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

On 2019-03-27 19:44, amirouche wrote:
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?


It is called at https://git.gnunet.org/gnunet.git/tree/src/fs/fs_search.c#n933
--
Amirouche ~ amz3 ~ http://www.hyperdev.fr



reply via email to

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