• Jeromy's avatar
    Add locking interface to blockstore · 96b2995d
    Jeromy authored
    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: default avatarJeromy <jeromyj@gmail.com>
    96b2995d
blockstore.go 4.39 KB