Increasing the counter as results are loaded

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 counter
ResultsCounter.increment()
...

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.195.111