You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scope should be a mandatory parameter and should be a custom CoroutineScope with a single thread executor service
scope.launch(Dispatchers.IO) should be replaced with scope.launch
The text was updated successfully, but these errors were encountered:
nkhalasi
changed the title
Should it use Dispatchers.IO given that the watcher service block the thread permanently?
Should it use Dispatchers.IO given that the watcher service blocks the thread permanently?
May 19, 2021
scope
should be a mandatory parameter and should be a custom CoroutineScope with a single thread executor servicescope.launch(Dispatchers.IO)
should be replaced withscope.launch
The text was updated successfully, but these errors were encountered: