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
Move WorkQueue._port_mailbox to be a local variable (#3784)
This is a small step in restricting global/broadly scoped state around
multithread/multiprocess use - something which is an ongoing problem in
Parsl in general.
This change should not change any behaviour as the changed variable was
already only used in local scope.
# Changed Behaviour
none
## Type of change
- Code maintenance/cleanup
0 commit comments