Hey Danny, some time ago we changed the scheduler code to optionally run with an external loop. Maybe this would be a way to go for your purpose too.
Happy Hacking! t3sserakt On 27.02.21 19:00, Danny wrote: > Both the web server and gnunet would be running in their own loop, so > they have to be on different threads as far as I know. I can dispatch > from gnunet to the webserver. But I'd like to be able to do the same > the other way around honestly.