page suppliers

This commit is contained in:
MihailRis
2024-03-21 10:23:33 +03:00
parent c7bc4bb463
commit 2fba78a5f5
4 changed files with 27 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@
#include <string>
using runnable = std::function<void()>;
template<class T> using supplier = std::function<T()>;
// data sources
using wstringsupplier = std::function<std::wstring()>;