memgraph/threading/task.hpp
2015-08-30 01:12:46 +02:00

13 lines
136 B
C++

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