Language
C++
Compiler
gcc HEAD 14.0.0 20230625 (experimental)
Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2b
main thread:owning mutex
main thread:creating worker thread
worker thread:waiting on mutex for 5 seconds
main thread:sleeping for 3 seconds
main thread:unlocking mutex
worker thread:hello world
Exit Code:
0