Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Not possible to queue a task from a CPUBOUND task #9

Closed
pvanderlinden opened this issue Nov 12, 2015 · 2 comments
Closed

Not possible to queue a task from a CPUBOUND task #9

pvanderlinden opened this issue Nov 12, 2015 · 2 comments

Comments

@pvanderlinden
Copy link
Contributor

If you queue a task at the end of a CPUBOUND task, the task never get's queued.
A possibility is to wait for it, but that means the CPUBOUND task is not finished till the queued task is finished too.

@lsbardel
Copy link
Member

You can now wait(queue_task(name, callback=False)).
This guaranties the task is queued but does not wait for its execution.

@pvanderlinden
Copy link
Contributor Author

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants