tutorial
thispointer.com
cppreference.com
Concurrency
thread | mutex | condition variable | atomic
C++11 Concurrency Tutorial
uchicago-cs/cmsc12300-Concurrency in C++11
packaged_task and thread
packaged_task<> Example and Tutorial : from function, lambda function and function object.
构造函数调用构造函数
1 | Tensor(const std::initializer_list<int> &shape){ |