Skip to content

Draft: daemon: refactor qr_task to use weak pointer logic

Oto Šťáva requested to merge daemon-refactor into master

An attempt at refactoring of some of the resolver's core parts.

This is largely work-in-progress and may not be the right way to do this. The current diff is huge because of the global structure reorganization.

To-do:

  • Make de-facto global structures actually global to make working with them easier
  • Rework worker
Edited by Oto Šťáva

Merge request reports