mainthread module¶
Class |
Description |
|---|---|
The |
|
The |
|
The |
|
The |
|
execute_on_main_thread¶
execute_on_main_thread_and_wait¶
- class execute_on_main_thread_and_wait[source]¶
Bases:
The
execute_on_main_threadfunction takes a single parameter which is a function that will be executed on the main Binary Ninja thread and will block execution of further python until the function returns.Warning
May be required for some GUI operations, but should be used sparingly as it can block the UI.