class in UnityEditor.Search
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe search dispatcher is used to synchronize events from the search provider threads and the main UI threads.
CallDelayed | Register a callback to be executed later in the main thread. |
Enqueue | This function can be used in a thread to enqueue an action that will be executed later in the main thread. |
ProcessOne | This function can called in the main thread to force the execution of one enqueued action. |