fix(dap): dap service should run independent of scan segment callbacks
Description
DAP services should not run on the dispatcher / callback thread. This MR fixes it by pushing the DAP requests to a threadpool.
Definition of Done
-
Documentation is up-to-date.