prof18 / RSS-Parser

A Kotlin Multiplatform library to parse a RSS Feed
Apache License 2.0
499 stars 127 forks source link

Kill thread in between #53

Closed surabhi6 closed 4 years ago

surabhi6 commented 4 years ago

How can we stop parser once created?

prof18 commented 4 years ago

Now you can call parser.cancel both for the Java and Kotlin version