memgraph/threading/task.hpp

13 lines
136 B
C++
Raw Normal View History

#ifndef MEMGRAPH_THREADING_TASK_HPP
#define MEMGRAPH_THREADING_TASK_HPP
class Task
{
public:
private:
//std::function<
};
#endif