vagrant/plugins/synced_folders/rsync/command
Nikhil Benesch 8fb49f10cc command/rsync-auto: properly exit on interrupt
Currently, interrupting 'vagrant rsync-auto' once it's waiting for
filesystem events has no effect. Appears to be a deadlock related to
signal handlers in Ruby 2.0 [0].

Remove call to `thread.join` in signal handler. The handler doesn't
need to wait for `true` to be added to the queue; it just needs to
launch the thread.

[0]: https://bugs.ruby-lang.org/issues/7917
2014-04-26 16:24:25 -04:00
..
rsync.rb synced_folders/rsync: `vagrant rsync` syncs the folders 2014-01-13 11:25:29 -08:00
rsync_auto.rb command/rsync-auto: properly exit on interrupt 2014-04-26 16:24:25 -04:00