goodboy / tractor

A distributed, structured concurrent runtime for Python (and friends)
GNU Affero General Public License v3.0
271 stars 12 forks source link

Fence mp #303

Closed goodboy closed 2 years ago

goodboy commented 2 years ago

Bare bones attempt at avoiding import of multiprocessing until absolutely necessary mostly to avoid any side effects present in the resource_tracker module.

Also includes fix for a msgspec error rename in the latest version.