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
pipe-io-server
/
pipe_io_server
History
Kristóf Tóth
14ac1b82d1
Add strong close consistency guarantee to reader side
2019-05-04 22:34:28 +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
Add support for initializing pipes with specific permissions
2019-05-04 21:06:00 +02:00
pipe_reader_thread.py
Add strong close consistency guarantee to reader side
2019-05-04 22:34:28 +02:00
pipe_writer_thread.py
Really fix deadlock causing race condition
2019-05-03 22:00:23 +02:00
pipe.py
Add support for initializing pipes with specific permissions
2019-05-04 21:06:00 +02:00
terminate_process_on_failure.py
Terminate process if any of the IO threads fail
2018-12-15 00:32:29 +01:00