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
Describe the Issue
The CRUD + Search APIs are suspend function which application can invoke in main thread also. We should wrap these function within `withContext(Dispatcher.IO){}" to ensure that this call runs on IO thread and does not block the Main thread.
Would you like to work on the issue?
The text was updated successfully, but these errors were encountered:
MJ1998
changed the title
Wrap CRUD calls with "withContext(Dispatcher.IO) {}"
Wrap FHIREngine API calls with "withContext(Dispatcher.IO) {}"
May 31, 2024
Describe the Issue
The CRUD + Search APIs are suspend function which application can invoke in main thread also. We should wrap these function within `withContext(Dispatcher.IO){}" to ensure that this call runs on IO thread and does not block the Main thread.
Would you like to work on the issue?
The text was updated successfully, but these errors were encountered: