ccia_code_samples
ccia_code_samples copied to clipboard
fix: listing_2.6 sub thread is not running
Hello! I've been studying CCIA recently and found a problem in Listing 2.6: the sub-thread is not running when executing the example on my computer.
However, it works when I revise line 48: scoped_thread t(std::move(std::thread(func(some_local_state))));