[view feature] rendering all package images | replacing Cache thread lock by process lock

This commit is contained in:
Vinicius Moreira
2019-10-14 13:43:24 -03:00
parent 4702f473d4
commit d4e1f84e52
6 changed files with 80 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
import datetime
import time
from threading import Lock, Thread
from multiprocessing import Lock
from threading import Thread
from bauh.api.abstract.cache import MemoryCache, MemoryCacheFactory