multitasking
multitasking copied to clipboard
Non-blocking Python methods using decorators
is it possible to use on some calls of a function and not on some others
It would be nice if there was a method that returned the list inside `config["TASKS"]` so we can see how many are alive vs not alive. I know of `wait_for_tasks()`...
Hi. I know this isn's a issue, but how I am supossed to kill a process or add something like `daemon` flag that is used in threads? And here is...
I run the code bellow on `Linux ubuntu 5.10.0-8-amd64` with your library `multitasking`, normally, the time it cost should be about 10 seconds, however,it cost almost 30 seconds to finish...
I'm using your example from the readme and while setting the engine to multiprocessing I receive the following error. I'm using python 3.8 64 bit. ``` Traceback (most recent call...
I want to use multitasking library but I can't find proper documentation. I saw the examples but they were not clear. Can anyone please provide me the proper detailed documentation?
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Hi Ran, Thank you for fixing the issues I mentioned a few days ago. I noticed another issue recently: When using processes, you can not limit the number of running...