When using it on non Android platforms (eg. iOS, macOS, ...) you'll want to make sure that you call clear on your ViewModel on deinit to properly cancel the CoroutineScope.
iOS
macOS
deinit
This method is thread-safe, ie. it can be called from any thread.