Replies: 1 comment
-
Hi there From what I understand, you want to resume on the main thread? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking through the docs, this appears to be a very capable and well-thought-out library that wraps much of the lower-level c++ coroutine machinery. We have an application that requires certain operations to occur on the "main" thread of execution, and others to occur on a separate worker thread. In particular, we'd like to create a coroutine that
Is
concurrencpp
able to accomplish this? Maybe something like the following:Beta Was this translation helpful? Give feedback.
All reactions