Coroutines mostly working, although not nearly as fancy as cppcoro. I'll try them out in my code and if I like it I'll probably just go use cppcoro.
This commit is contained in:
parent
daf9a3cc07
commit
8f7235ade1
3 changed files with 121 additions and 89 deletions
|
@ -46,7 +46,9 @@ executable('jsontest', 'jsontest.cpp',
|
|||
executable('threadtest', 'threadtest.cpp',
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('corotest', 'corotest.cpp',
|
||||
executable('corotest', [
|
||||
'corotest.cpp'
|
||||
],
|
||||
dependencies: dependencies,
|
||||
cpp_args: '-fcoroutines')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue