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
There's a lot of duplication between the MultithreadingRouter and MultiprocessingRouter classes.
That duplication could be factored out into a base class. Another possibility is that the MultiprocessingRouter could own a MultithreadingRouter - the MultiprocessingRouter can be viewed as a combination of a MultithreadingRouter with the extra machinery required to do cross-process communication.
The text was updated successfully, but these errors were encountered:
There's a lot of duplication between the
MultithreadingRouter
andMultiprocessingRouter
classes.That duplication could be factored out into a base class. Another possibility is that the
MultiprocessingRouter
could own aMultithreadingRouter
- theMultiprocessingRouter
can be viewed as a combination of aMultithreadingRouter
with the extra machinery required to do cross-process communication.The text was updated successfully, but these errors were encountered: