This website requires JavaScript.
Explore
Help
Sign In
mrtoth
/
pipe-io-server
Watch
1
Star
0
Fork
0
You've already forked pipe-io-server
Code
Issues
Pull Requests
Releases
Wiki
Activity
ddc304ae82
pipe-io-server
/
pipe_io_server
History
Kristóf Tóth
a2d6077619
Fix bugs with input pipe reading (messages beginning with b'\n' or ending with whitespace)
2019-04-02 14:15:46 +02:00
..
__init__.py
Refactor PipeIOServer implementation into several files
2018-12-14 17:36:53 +01:00
pipe_io_server.py
Avoid providing default pipe locations in PipeIOServer
2019-04-02 11:47:21 +02:00
pipe_reader_thread.py
Fix bugs with input pipe reading (messages beginning with b'\n' or ending with whitespace)
2019-04-02 14:15:46 +02:00
pipe_writer_thread.py
Fix exception leaving app in IO block (use non-blocing IO to teardown writer)
2019-04-01 14:36:11 +02:00
pipe.py
Rework PipeIOServer to use "keep pipes open" model with robust unblocking
2019-03-28 16:25:53 +01:00
terminate_process_on_failure.py
Terminate process if any of the IO threads fail
2018-12-15 00:32:29 +01:00