pipe-io-server/pipe_io_server
2019-06-23 18:40:06 +02:00
..
__init__.py Refactor PipeIOServer implementation into several files 2018-12-14 17:36:53 +01:00
deque.py Implement thread-safe, blocking Deque class for reopen consistency 2019-05-02 23:14:08 +02:00
pipe_io_server.py Make PipeIOServer a contextmanager 2019-06-23 18:40:06 +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_thread.py Daemonize all threads to avoid breaking IOLoop exception handling (i.e tornado) 2019-05-07 17:16:43 +02:00
pipe.py Clarify why we use chmod instead of mkfifo's mode parameter 2019-05-04 22:49:45 +02:00
terminate_process_on_failure.py Terminate process if any of the IO threads fail 2018-12-15 00:32:29 +01:00