You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I realized I could generalize it and it would be useful along with await_worker_thread, so I moved it to GraphQLService.*, but I forgot to transfer the system headers like <condition_variable>. It still works on each platform I'm targeting in the CI build or on my machine, but it makes the code less portable if I depend on another system header's implementation to pull in all of the std types I'm using.