mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 05:52:20 +08:00

The addition of a locking interface to the blockstore allows us to perform atomic operations on the underlying datastore without having to worry about different operations happening in the background, such as garbage collection. License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>