forked from M-Labs/artiq
master: Add minimal docstring to worker_impl [nfc]
This commit is contained in:
parent
64b9a377da
commit
e3cfbfed06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue