mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
67 stars 20 forks source link

Locking within overlay-graph-renderer. #50

Closed tinevez closed 6 years ago

tinevez commented 6 years ago

Methods that call getVertexAt and getEdgeAt are responsible for locking the graph. This PR checks that it is the case.

tpietzsch commented 6 years ago

👍