scoped_executor: add

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2024-03-01 09:28:11 +01:00
parent e0e1663c58
commit 7e07d14de7
2 changed files with 44 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include <stdex/pool.hpp>
#include <stdex/progress.hpp>
#include <stdex/ring.hpp>
#include <stdex/scoped_executor.hpp>
#include <stdex/sgml.hpp>
#include <stdex/socket.hpp>
#include <stdex/spinlock.hpp>