def via(id) do
{:via, Registry, {ProducerConsumerRegistry, id}
end
is missing a }
.
This is also the case in the downloadable code for scraper/lib/online_page_producer_consumer.change1.ex
.
def via(id) do
{:via, Registry, {ProducerConsumerRegistry, id}
end
is missing a }
.
This is also the case in the downloadable code for scraper/lib/online_page_producer_consumer.change1.ex
.