13 lines
136 B
C++
13 lines
136 B
C++
#ifndef MEMGRAPH_THREADING_TASK_HPP
|
|
#define MEMGRAPH_THREADING_TASK_HPP
|
|
|
|
class Task
|
|
{
|
|
public:
|
|
|
|
private:
|
|
//std::function<
|
|
};
|
|
|
|
#endif
|