Function bitcoin_qt::gui_util::blocking_gui_thread_connection
source · pub fn blocking_gui_thread_connection() -> u32
Expand description
| Get connection type to call object slot | in GUI thread with invokeMethod. The | call will be blocking. | | ———– | @return | | If called from the GUI thread, return | a QtDirectConnection. | | If called from another thread, return | a QtBlockingQueuedConnection. |