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
Threading support is currently incomplete. Things seem to work, but this is an illusion, still better than having poor threading support leading to deadlocks, though.
We should add proper locks / @synchronized / whatever to make our implementation thread-safe, and document it as is.
SRG Data Provider should benefit from this thread-safety immediately, and should be then documented accordingly.
The text was updated successfully, but these errors were encountered:
Threading support is currently incomplete. Things seem to work, but this is an illusion, still better than having poor threading support leading to deadlocks, though.
We should add proper locks /
@synchronized
/ whatever to make our implementation thread-safe, and document it as is.SRG Data Provider should benefit from this thread-safety immediately, and should be then documented accordingly.
The text was updated successfully, but these errors were encountered: