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
The WorkerGuard class is not fully thread-safe at the moment. There is a small chance that two threads are accessing the same WorkerInfo instance at the same time.
The text was updated successfully, but these errors were encountered:
Problem
The
WorkerGuard
class is not fully thread-safe at the moment. There is a small chance that two threads are accessing the sameWorkerInfo
instance at the same time.The text was updated successfully, but these errors were encountered: