Todo
一堆待完成的紀錄,因為還沒有時間整理,先堆著 …
(還有順便補上以前小黃的講義內容)
C++ Asynchronous
Perfect Forwarding
why forward<Args…> instead of forward<Args&&…> ?
Variadic Template
<future>
Multithreading
how to write a thread pool by myself ?
Actually, std::async most often does use a threadpool. But it isn’t required to.
Preprocessor
<chrono>
#include <unistd.h> // usleep