netsse.simul.ship_resp.process_queue ==================================== .. py:function:: netsse.simul.ship_resp.process_queue() A function to process the FIFO queue. This basic function runs the function :func:`netsse.simul.ship_resp.sum_components` with the queued arguments, until the queue is empty, after which it signals that the task is completed. .. seealso:: :obj:`MultiThread`, :obj:`sum_components`