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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using Termux on Android.
Solution:
try: from multiprocessing import Process, Queue except ImportError: from threading import Thread as Process from queue import Queue
asciinema/asciinema#271 (comment)
The text was updated successfully, but these errors were encountered:
Hello, What do you mean ? I should not use multiprocessing.Pool ?
multiprocessing.Pool
Sorry, something went wrong.
I think so, maybe this can be solution: https://stackoverflow.com/a/3386632
Can be implemented same way, I think, using try/except and
from multiprocessing.pool import ThreadPool as Pool
No branches or pull requests
Using Termux on Android.
Solution:
asciinema/asciinema#271 (comment)
The text was updated successfully, but these errors were encountered: