:py:mod:`geeservermap.async_jobs` ================================= .. py:module:: geeservermap.async_jobs .. autoapi-nested-parse:: TODO Missing docstring. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: geeservermap.async_jobs.Async Attributes ~~~~~~~~~~ .. autoapisummary:: geeservermap.async_jobs.asyncgee .. py:class:: Async TODO Missing docstring. .. py:attribute:: _INTERVAL :value: 60 .. py:attribute:: _TIMEOUT :value: 300 .. py:method:: _cleanup_timedout_jobs() TODO Missing docstring. .. py:method:: _create_job() TODO Missing docstring. .. py:method:: _finish_job(job, result) TODO Missing docstring. .. py:method:: _is_job_alive(job) TODO Missing docstring. .. py:method:: _run_cleanup() TODO Missing docstring. .. py:method:: _start_job(thread, job) TODO Missing docstring. .. py:method:: _terminate() TODO Missing docstring. .. py:method:: get_job_result(job_id) TODO Missing docstring. .. py:method:: remove_job(job) TODO Missing docstring. .. py:data:: asyncgee