• antirez's avatar
    Make bio.c threads killable ASAP if needed. · dff1ec4a
    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.
    dff1ec4a
bio.h 2.04 KB