Open Fulgen301 opened 1 year ago
cppwinrt_helpers.h
already has some coroutine adapters there, so that seems like it's probably the best place (just note to place it within the proper preprocessor guards for detecting coroutine support. coroutine.h
is not a C++/WinRT specific header, so that would not be the proper place
Following up on https://github.com/microsoft/cppwinrt/pull/1323#issuecomment-1605251082, I'd like to create a PR that adds it to WIL. However, I am unsure whether this would be the correct project or which file to add it to -
coroutine.h
does not includewinrt.h
andwinrt.h
contains nothing that's coroutine-related.