Merge pull request #145 from johnbintz/master

Fix over-utilization of CPU in Interactor
This commit is contained in:
Thibaud Guillaume-Gentil 2011-09-30 09:17:44 -07:00
commit b36bea28f3

View File

@ -45,6 +45,7 @@ module Guard
::Guard.run_all
end
end
sleep 0.1
rescue LockException
lock
rescue UnlockException