Hi,
Is bknr-datastore thread save?
If we call the function make-blob-from-file it would create a blob object and will start copying the file. It seems to me that if we access the object before copying is completed its state would be undefined. Is there a known workaround? It should be some mechanism for locking/unlocking of blob objects.
Thanks.