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
This worker should be exercised via a new API, maybe offload(), which works with override() to prepare the data in a side thread, then message it back (IPC) where it can be utilized via override(). The goal is to not slow down the UI thread with index generation.
The text was updated successfully, but these errors were encountered:
This worker should be exercised via a new API, maybe
offload()
, which works withoverride()
to prepare the data in a side thread, then message it back (IPC) where it can be utilized viaoverride()
. The goal is to not slow down the UI thread with index generation.The text was updated successfully, but these errors were encountered: