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 |