guard-ctags-bundler icon indicating copy to clipboard operation
guard-ctags-bundler copied to clipboard

Use Kernel.spawn instead of system

Open jalcine opened this issue 9 years ago • 2 comments

Just to prevent the holding up of Guard from running other guards; it'd be dope if this didn't use system but used Kernel.spawn instead.

jalcine avatar Apr 22 '15 22:04 jalcine

I would like to have this as well, and of course it would need to avoid running concurrently.

sethk avatar Jan 21 '16 03:01 sethk

Ah so you'd want this to ensure serial execution of guards. That makes sense.

We could take that PID and then use Process.wait on it.

P.S: A year later! </3. I still use Guard a lot so this means a lot.

jalcine avatar Jun 26 '17 22:06 jalcine