subprocess_started
faststream.cli.supervisors.utils.subprocess_started #
Start a subprocess.
PARAMETER | DESCRIPTION |
---|---|
*args | Arguments to be passed to the subprocess. TYPE: |
t | The decorated callable function. TYPE: |
stdin_fileno | File descriptor for the standard input of the subprocess. |
RETURNS | DESCRIPTION |
---|---|
None | None |
Note
The above docstring is autogenerated by docstring-gen library (https://docstring-gen.airt.ai)
Source code in faststream/cli/supervisors/utils.py
Last update: 2023-11-13