Multiprocess mutex
Primary LanguageRuby
DLock.new do ... code that should not run in parallel across different threads/processes ... end