forked from goodboy/tractor
1
0
Fork 0

Add fragment

msgspec_infect_asyncio
Tyler Goodlet 2021-09-07 21:37:57 -04:00
parent 22383d1ed9
commit e8b282810e
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Add optional `msgspec <https://jcristharif.com/msgspec/>`_ support over
TCP streams as an alernative, faster MessagePack codec.
This get's us moving toward typed messaging/IPC protocols. Further,
``msgspec`` structs may be a valid tool to start for formalizing our "SC
dialog un-protocol" messages as described in `#36
<https://github.com/goodboy/tractor/issues/36>`_`.