mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
59b01a9f1b
In typical scenarios most PipelineC calls block for too long, this is debilitating to the GraphQL API since coroutines are run cooperatively. This commit moves all PipelineC calls in a separate thread.