added thread pool with tests
This commit is contained in:
@@ -11,7 +11,7 @@ namespace matador::utils {
|
||||
template < typename ValueType, typename ErrorType >
|
||||
class [[nodiscard]] result;
|
||||
|
||||
template <typename ValueType>
|
||||
template <typename>
|
||||
struct is_result : std::false_type {};
|
||||
|
||||
template < typename ValueType, typename ErrorType >
|
||||
|
||||
Reference in New Issue
Block a user