initial implementation

This commit is contained in:
Roland Conybeare 2023-10-10 15:20:32 -04:00
commit 532d48529f
29 changed files with 2329 additions and 0 deletions

View file

@ -0,0 +1,19 @@
/* @file DirectSource.hpp */
#pragma once
#include "time/Time.hpp"
#include "reactor/Sink.hpp"
#include "reactor/EventSource.hpp"
#include "reactor/HeapReducer.hpp"
//#include "reactor/LastReducer.hpp"
#include "reactor/Reactor.hpp"
#include "callback/CallbackSet.hpp"
namespace xo {
namespace reactor {
} /*namespace reactor*/
} /*namespace xo*/
/* end DirectSource.hpp */