wende / autocomplete-elixir

Intelligent Elixir autocompletion provider for Atom autocomplete-plus
MIT License
42 stars 11 forks source link

Add simple process monitoring #15

Closed HBYoon closed 9 years ago

HBYoon commented 9 years ago

set -> spawn -> monitor -> report -> reset that's all :)

simple monitoring process will recover fast from errors. and the process will send report about errors when worker is down.

wende commented 9 years ago

I didn't notice that before! Does it work?

HBYoon commented 9 years ago

I'm not sure about "Command setting", because my os is windows 8.1. But the other codes, yes it works.