anthracite/lib/anthracite.hpp
Nicholas Orlowsky ca05aa1e5a
Some checks failed
Docker Build & Publish / build (push) Has been cancelled
event loop with threadmgr
2025-02-21 14:09:01 -05:00

7 lines
156 B
C++

#include "backends/backend.hpp"
#include "config/config.hpp"
using namespace anthracite;
int anthracite_main(backends::backend& be, config::config& cfg);