Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ wait
Method
wait
rust/src/main_thread.rs:104–106 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
102
}
103
104
pub fn wait(&self) {
105
unsafe { BNWaitForMainThreadAction(self.handle) }
106
}
107
}
108
109
impl ToOwned for MainThreadAction {
Callers
3
test_worker_thread_different
Function · 0.45
thenBackgroundWithProgress
Function · 0.45
RebaseWithFullAnalysis
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_worker_thread_different
Function · 0.36