Open
Description
Thanks for this very useful package! It solves a genuine problem with python's "all or nothing" approach to async programming.
I noticed that the classes produced by Synchronizer.create_blocking
are not pickleable, even if the classes they wrap are.
I then had a look at the tests and saw this comment:
synchronicity/test/pickle_test.py
Lines 12 to 20 in f65617b
This makes me think there is some history here...
If I wanted to make my wrapped classes pickleable, could you give me any pointers on where to start?
Metadata
Metadata
Assignees
Labels
No labels