EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
Worker.hpp File Reference

Worker specification. More...

#include <functional>
#include <thread>
#include "ThreadSafeQueue.hpp"
#include "results/WorkerResult.hpp"
#include "tasks/ITask.hpp"

Go to the source code of this file.

Classes

class  echomap::Worker
 A Worker provides an encapsulated thread-safe despatch model for submitting work and reviewing results. More...

Namespaces

namespace  echomap
 The main EchoMap outermost namespace for all non-exported symbols.

Detailed Description

Worker specification.

Author
Oliver Dixon
Date
2026-07-10

Definition in file Worker.hpp.