Code format

This commit is contained in:
Dawid Drozd 2019-09-14 15:01:06 +02:00
parent caa2b3e9ff
commit be33318242
2 changed files with 2 additions and 3 deletions

View File

@ -5,10 +5,8 @@
#include <functional>
#include <limits>
#include <eventbus/EventBus.h>
#include <dexode/EventBus.hpp>
#include <eventbus/EventBus.h>
#include "eventbus/Listener.hpp"
#include "eventbus/Subscriber.hpp"

View File

@ -43,6 +43,7 @@ bool Protected::wait()
std::shared_lock readLock{_mutex};
return not _eventQueue.empty();
}
bool Protected::waitFor(std::chrono::milliseconds timeout)
{
using namespace std::chrono_literals;