Tavi Cacina
Tavi Cacina
As a workaround you may use: `vcpkg install cppcoro`
The king is dead, long live the king! This repo may be dead, but the foundations laid out by Lewiss Baker in this repo, are finding their way in to...
Have you seen AFIO already? https://ned14.github.io/afio/ It states it supports coroutine TS (async_file_handle) and @ned14 seems very convinced he is on the right path (I watched few presentations from him).
I had also in x64 (debug and release) from time to time such an error. The expected thread was not the one on which the coroutine resumed. I could identify...
I have a [commit](https://github.com/tavi-cacina/cppcoro/commit/e954795fbd808af8dec73773b07678b57cc544db) where I added a resume_policy to the task, what do you think? I have tested also with a separate task_resume_deferred type returned from the schedule_on, but...
You are right, I was confused because I played with a custom `Scheduler` and expected to be after `co_await context.schedule(someTask) ` in the other context. The signature was `task schedule(task)`...
Yes, here you are: [data.xml.txt](https://github.com/ConnectingEurope/eInvoicing-EN16931/files/9268334/data.xml.txt)
> This example does not fail when tested with the current rule. Yes, you are right, it validates right with the current schema. Was my mistake, I tested accidentally with...