We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we provide a instance method instead of a static function?
async with Pool() as pool: await pool.map(self.write_data, node)
I get back this error. Not sure what to make of this error.
Traceback (most recent call last): File "/usr/lib/python3.8/multiprocessing/queues.py", line 239, in _feed obj = _ForkingPickler.dumps(obj) File "/usr/lib/python3.8/multiprocessing/reduction.py", line 51, in dumps cls(buf, protocol).dump(obj) TypeError: cannot pickle '_thread.lock' object
Can someone please help me out?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Can we provide a instance method instead of a static function?
I get back this error. Not sure what to make of this error.
Can someone please help me out?
Details
The text was updated successfully, but these errors were encountered: