goodboy / tractor

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

Drop `msgpack` dependency, go full `msgspec` #313

Closed goodboy closed 2 years ago

goodboy commented 2 years ago

In prep for #196, #311, and general use of py 3.10's match: syntax I think we should fully embrace msgspec as our primary interchange lib.


Dev/Release plan: