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
Let's move business logic of dispatching enqueued actions from #spawn_threads into a separate place. This should improve Worker reusability. It will simplify Worker class and tests for the Worker class.
The text was updated successfully, but these errors were encountered:
Let's move business logic of dispatching enqueued actions from
#spawn_threads
into a separate place. This should improve Worker reusability. It will simplify Worker class and tests for the Worker class.The text was updated successfully, but these errors were encountered: