how to create a blocking call without using thread...
# getting-started
t
how to create a blocking call without using thread and runblocking? Usecase is I want to use something instead of
thread { ... }
in this code: https://pastebin.com/d9xvi3ay When using
thread
Timber Logging library incorrectly assigns Tag. Like even when using Timber.d from Acitivity or other class, it will show Tag of Application class (where Timber is initialized)
d
Sleep?