Files
deb-python-taskflow/taskflow/jobs/backends
Joshua Harlow f8d69ffc31 Adjust on_job_posting to not hold the lock while investigating
To avoid issues when investigating jobs in one thread and having
a dispatcher thread get locked on that same investigation lock avoid
this entirely by not holding onto that lock.

This also adds a small cleanup around the notifier thread pool and
ensures that it actually exists in a useable state (and handles the
exceptions that arise when it doesn't) on submission.

Change-Id: I12e71f029726ec54ec0aadbdf71cc3c7a959f047
2014-09-27 14:51:38 -07:00
..