pipe-io-server/pipe_io_server
Kristóf Tóth c39527d99e Create a pip package for pipe_io_server 2019-08-05 17:38:29 +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 Refactor io thread registering 2019-07-30 13:04:08 +02:00
pipe_reader_server.py Support connecting to existing pipes (and not touching them) 2019-07-30 14:44:05 +02:00
pipe_reader_thread.py Daemonize all threads to avoid breaking IOLoop exception handling (i.e tornado) 2019-05-07 17:16:43 +02:00
pipe_writer_server.py Support connecting to existing pipes (and not touching them) 2019-07-30 14:44:05 +02:00
pipe_writer_thread.py Daemonize all threads to avoid breaking IOLoop exception handling (i.e tornado) 2019-05-07 17:16:43 +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 Support connecting to existing pipes (and not touching them) 2019-07-30 14:44:05 +02:00