platypush/platypush/commands
Fabio Manganiello f1acff00e9
Put the join back on CommandStream.__exit__.
We want to give the process a bit of slack between the terminate and the
close, or we'll be guaranteed to get race conditions upon close.
2023-09-04 11:01:34 +02:00
..
_commands Added StopCommand and RestartCommand. 2023-08-13 23:36:36 +02:00
__init__.py Added CommandStream class. 2023-08-13 23:37:51 +02:00
_base.py Added commands module. 2023-08-13 23:21:36 +02:00
_reader.py Added commands module. 2023-08-13 23:21:36 +02:00
_stream.py Put the join back on CommandStream.__exit__. 2023-09-04 11:01:34 +02:00
_writer.py Added commands module. 2023-08-13 23:21:36 +02:00