I need to setup a background worker in Phoenix and communicate with it from a channel through Elixir send/receive.
- Where should I put a module for the working in the Phoenix dir structure (
lib
perhaps?) - How do I Load/Reference the module from channels?