mosec
mosec copied to clipboard
[FEATURE] add more useful worker classes
So far, there is only one Worker base type with JSON serialization and Pickle IPC serialization.
- [ ] #139
- [x] #140
I think we can add some docs for the worker types. I did not get the differences between JSON and Pickle before we discussed them offline.
I think we can add some docs for the worker types. I did not get the differences between JSON and Pickle before we discussed them offline.
Yeah. Although we have the doc, but it's not straightforward. I'm planning to draw a flowchart to demonstrate the main features.
BTW, it should be a mixin. Check https://stackoverflow.com/a/547714
BTW, it should be a mixin. Check https://stackoverflow.com/a/547714
Yea agree, this looks better.