<What are the UI blocking thread operation in Java...
# stackoverflow
u
What are the UI blocking thread operation in Java or Kotlin Is there a documentation list of all UI blocking operation in Java or Kotlin like InputStream.read()? Or other way to identify blocking operation without needing to run the project?