diff --git a/artiq/master/worker_impl.py b/artiq/master/worker_impl.py index a3db42d1a..6a2df4cfd 100644 --- a/artiq/master/worker_impl.py +++ b/artiq/master/worker_impl.py @@ -1,3 +1,11 @@ +"""Worker process implementation. + +This module contains the worker process main() function and the glue code +necessary to connect the global artefacts used from experiment code (scheduler, +device database, etc.) to their actual implementation in the parent master +process via IPC. +""" + import sys import time import os