que
que copied to clipboard
Simple Job Processing in Elixir with Mnesia :zap:
Due to the fact, that the after compile hook was generated into each module, and used the modules attributes directly, from dialyzers point of view, all the branches were based...
The dialyzer fix was merged from #25. Thanks @NobbZ!!!
In some cases, we might want to launch a background job that will fetch some data. Thus, the result of the job must be available. Now, on_success/1 becomes on_success/2 which...