Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C++

Compiler

gcc 9.3.0

Options
Optimization
Boost 1.73.0
C++17
no pedantic

Author

anonymous

about 4 years ago

$ g++ prog.cc -O2 -march=native -I/opt/wandbox/boost-1.73.0/gcc-9.3.0/include -std=c++17
coro1	+0ms	started
coro2	+0ms	started
coro1	+0ms	alive
coro1	+1001ms	alive
coro1	+2001ms	alive
coro1	+3001ms	alive
coro1	+4001ms	alive
coro2	+5000ms	condition met
coro1	+5002ms	alive
coro1	+6002ms	alive
coro2	+6200ms	signal done
coro2	+6200ms	exiting
coro1	+7002ms	exiting
Exit Code:
0