Skip to content

Conversation

@AndyTWF
Copy link
Contributor

@AndyTWF AndyTWF commented Oct 14, 2023

std::future (returned by std::async) blocks when destructing, which causes lags, even if the API is up. This change fixes that by moving to a thread pool model for asynchronous behaviour.

Fixes #17

std::future (returned by std::async) blocks when destructing, which causes
lags, even if the API is up. This change fixes that by moving to a thread pool model
for asynchronous behaviour.

Fixes #17
@AndyTWF AndyTWF merged commit b6e803f into main Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EuroScope freezes when API is unavailable

2 participants