Mercury-IM/thread_utils
2019-11-03 20:33:36 +01:00
..
src/main/java/org/mercury_im/messenger/thread_utils Change persistence backend to requery (fix #8) 2019-10-28 14:56:56 +01:00
.gitignore Change persistence backend to requery (fix #8) 2019-10-28 14:56:56 +01:00
build.gradle Add more modules 2019-11-03 20:33:36 +01:00
README.md Change persistence backend to requery (fix #8) 2019-10-28 14:56:56 +01:00

The purpose of this module is to hold the ThreadUtils class, on which both modules persistence as well as core depend.

By moving that class into a separate module, we prevent a circular dependency between core and persistence.