Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
A Queue for function invocations, allowing them to be dispatched on demand.
Typically this queue helper is used to forward lambdas into another thread, e.g. the UI thread for execution.
Definition in file call-queue.hpp.
#include "lib/error.hpp"
#include "lib/sync.hpp"
#include "lib/iter-stack.hpp"
#include "lib/nocopy.hpp"
#include <functional>
Classes | |
class | CallQueue |
A threadsafe queue for bound void(void) functors. More... | |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |