pipe-io-server/pipe_io_server
Kristóf Tóth e92c0e7357 Fix diamond inheritance & missing __init__ parameters 2019-09-06 14:11:21 +02:00
..
clients Create a pip package for pipe_io_server 2019-08-05 17:38:29 +02:00
__init__.py Add accidentally deleted terminate_process_on_failure import 2019-07-29 18:29:21 +02:00
deque.py Implement thread-safe, blocking Deque class for reopen consistency 2019-05-02 23:14:08 +02:00
pipe.py Rework whole package to allow read-only/write-only servers 2019-07-29 18:15:19 +02:00
pipe_io_server.py Support connecting to existing pipes (and not touching them) 2019-07-30 14:44:05 +02:00
pipe_io_thread.py Fix diamond inheritance & missing __init__ parameters 2019-09-06 14:11:21 +02:00
pipe_reader_server.py Fix diamond inheritance & missing __init__ parameters 2019-09-06 14:11:21 +02:00
pipe_reader_thread.py Fix bug where select() wouldn't block on linux (EOF) 2019-08-06 16:56:14 +02:00
pipe_writer_server.py Fix diamond inheritance & missing __init__ parameters 2019-09-06 14:11:21 +02:00
pipe_writer_thread.py Fix bug where _unblock() would fail on a stopped thread 2019-08-06 16:18:56 +02:00
terminate_process_on_failure.py Terminate process if any of the IO threads fail 2018-12-15 00:32:29 +01:00
test_pipe_io_server.py Ensure Pipe*Server classes are ready for use after start() returns 2019-09-06 14:10:41 +02:00