• antirez's avatar
    Make bio.c threads killable ASAP if needed. · 75369917
    antirez authored
    We use this new bio.c feature in order to stop our I/O threads if there
    is a memory test to do on crash. In this case we don't want anything
    else than the main thread to run, otherwise the other threads may mess
    with the heap and the memory test will report a false positive.
    75369917
bio.c 8.74 KB