archive
/
ipc-unix
Archived
1
Fork 0

Add note about stability

This commit is contained in:
Jake Howard 2018-12-08 15:06:33 +00:00
parent 8820067a78
commit 11a9039b8a
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
Simple Inter-Process Communication using unix sockets for Python.
__Note__: Whilst mostly working, there's still some fairly common cases which haven't been tested. Use at your own risk until this message is removed.
## Examples
For some more concrete examples, check out the `tests/` directory.