biophysics_fitting
❭ utils
❭ run_cloudpickled_remotely
run_cloudpickled_remotely
-
biophysics_fitting.utils.run_cloudpickled_remotely(queue)
Unserialize a function and its arguments, run it, and serialize the output.
- Parameters:
queue (multiprocessing.Queue) – A queue with the function and its arguments.
- Returns:
None. The output is put back in the queue.