Language
C++
Compiler
gcc HEAD 14.0.0 20231227 (experimental)
Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2b
main thread:
get():42
calling async() 1st time
child thread:
get():42
use_count:2
calling async() 2nd time
resetting
deleter...
child thread:
expired
Exit Code:
0