Language
C++
Compiler
gcc HEAD 14.0.1 20240127 (experimental)
Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2b
main thread:
starting offer manager
offer :sfo-blr 100 usd
validity :8 seconds
calling fulfill 1st time
fulfill thread: offer fulfilled
calling fulfill 2nd time
offermanager thread: offer expired
fulfill thread: offer expired
Exit Code:
0