minor refactor
This commit is contained in:
@@ -8,6 +8,8 @@ using runnable = std::function<void()>;
|
||||
template<class T> using supplier = std::function<T()>;
|
||||
template<class T> using consumer = std::function<void(T)>;
|
||||
|
||||
using KeyCallback = std::function<bool()>;
|
||||
|
||||
// data sources
|
||||
using wstringsupplier = std::function<std::wstring()>;
|
||||
using doublesupplier = std::function<double()>;
|
||||
|
||||
Reference in New Issue
Block a user