switch to coroutine execution model

This commit is contained in:
Martin Michelsen
2025-04-30 21:43:06 -07:00
parent f65b1f1c14
commit cc99050964
160 changed files with 269127 additions and 227736 deletions
+1 -1
View File
@@ -1,5 +1,6 @@
#pragma once
#include <asio.hpp>
#include <phosg/JSON.hh>
#include <set>
@@ -11,7 +12,6 @@ public:
phosg::JSON json() const;
bool check(uint32_t addr) const;
bool check(const struct sockaddr_storage& ss) const;
protected:
std::map<uint32_t, uint8_t> ranges; // {addr: mask_bits}