bisq/common/src
chimp1984 3f4d6e6f23
Use a thread in PersistenceManager for reading persisted files instead of using thread in client code
Before we use a thread in readFromResources and readAllPersisted. To avoid that client code need to deal with
threading we moved that to the PersistenceManager and changed the API accordingly so it will not return the persisted object but calls a consumer once it is completed with reading.
2020-10-21 13:41:50 -05:00
..
main/java/bisq/common Use a thread in PersistenceManager for reading persisted files instead of using thread in client code 2020-10-21 13:41:50 -05:00
test/java/bisq/common Apply codacy suggestions 2020-10-08 18:23:04 -05:00