ccia_code_samples icon indicating copy to clipboard operation
ccia_code_samples copied to clipboard

fix: listing_2.6 sub thread is not running

Open MasterYip opened this issue 1 year ago • 0 comments

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))));

MasterYip avatar Sep 10 '23 10:09 MasterYip