Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[core] Keep shared_ptr to thread pool in CustomGeometrySource #14562

Merged
merged 3 commits into from
May 3, 2019

Conversation

alexshalamov
Copy link
Contributor

CustomGeometrySource should keep strong reference to shared thread pool that is used by CustomTileLoader.

Access to CustomTileLoader's data members must be synchronized, since they are accessed / modified from multiple threads in the thread pool.

Fixes: #14411

@alexshalamov alexshalamov marked this pull request as ready for review May 2, 2019 10:09
Copy link
Contributor

@asheemmamoowala asheemmamoowala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@alexshalamov alexshalamov merged commit 8a3d07f into master May 3, 2019
@alexshalamov alexshalamov deleted the alexshalamov_custom_geometry_source_fixes branch May 3, 2019 07:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CustomGeometrySource should store shared_ptr to shared threadpool
3 participants