aboutsummaryrefslogtreecommitdiff
path: root/src/strategies/queue_strategy.cc
blob: 7b88e1768db552bfd6e6bf740c39209c87456be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "queue_strategy.hh"

#include "queue_context.hh"

namespace low_latency {

QueueStrategy::QueueStrategy(QueueContext& queue) : queue(queue) {}

QueueStrategy::~QueueStrategy() {}

} // namespace low_latency