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
get_id() example
id:140319600662336
yield example
yielding
sleep_for example
sleeping for 2 secs
sleep_until example
sleeping for 3 secs from Mon Jun 26 19:11:46 2023
current time:Mon Jun 26 19:11:49 2023
Exit Code:
0