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
Create an abstract superclass for the worker, defining a common interface for both the current threaded worker as well as the upcoming async task-based worker, so they can be cleanly used within the transport superclass without duplicating code.