add support for init call back and init error
motobob opened this issue · 2 comments
motobob commented
add support for init call back and init error
motobob commented
currently init is basically Erlang applications start and thus there is not such thing as init fail.
it will just die naturally.
however when cal lfor handler init is introduces that might be needed
motobob commented
Not necessary as we decided that Erlang application start is the Init and no need for special init handlers.
can be revisited when use case found