que icon indicating copy to clipboard operation
que copied to clipboard

Simple Job Processing in Elixir with Mnesia :zap:

Results 13 que issues
Sort by recently updated
recently updated
newest added

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...

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...