File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PySyncObj is a python library for building fault-tolerant distributed systems. I
3232- In-memory and on-disk serialization - you can use in-memory mode for small data and on-disk for big one
3333- Encryption - you can set password and use it in external network
3434- Python2 and Python3 on linux, macos and windows - no dependencies required (only optional one, eg. cryptography)
35- - Configurable event loop - it can works in separate thread with it's own event loop - or you can call onTick function inside your own one
35+ - Configurable event loop - it can work in separate thread with it's own event loop - or you can call onTick function inside your own one
3636- Convenient interface - you can easily transform arbitrary class into a replicated one (see example below).
3737
3838## Content
You can’t perform that action at this time.
0 commit comments