July 2018
Intermediate to advanced
266 pages
7h 11m
English
Now we simply need to call the method to increase the function when appropriate. Let's go to the Searcher class of the package co.starcarr.rssreader.search and add the call just after we send the processed article:
...val article = Article(feed.name, title, summary)channel.send(article)// Increment the singleton with the counterResultsCounter.increment()...
Read now
Unlock full access