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
Creating a TraitsExecutor for use in multiprocessing (for example) isn't as easy or as natural as I'd like it to be. Investigate adding factory functions to help with both creation and cleanup of executors.
The text was updated successfully, but these errors were encountered:
Related issue to do with executor creation: if we pass in a concurrent.futures process pool to the TraitsExecutor, it should automatically use the multiprocessing context rather than the multithreading context.
Creating a
TraitsExecutor
for use in multiprocessing (for example) isn't as easy or as natural as I'd like it to be. Investigate adding factory functions to help with both creation and cleanup of executors.The text was updated successfully, but these errors were encountered: