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 requirement right now is for runnables to be pickleable in order for them to be run using hybrid.concurrency.process_executor. The limitation comes from limitations of ProcessPoolExecutor, which in turn comes from multiprocessing.
The text was updated successfully, but these errors were encountered:
The requirement right now is for runnables to be pickleable in order for them to be run using
hybrid.concurrency.process_executor
. The limitation comes from limitations ofProcessPoolExecutor
, which in turn comes frommultiprocessing
.The text was updated successfully, but these errors were encountered: